We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902f922 commit c3019bbCopy full SHA for c3019bb
src/backend/utils/adt/tid.c
@@ -84,7 +84,7 @@ tidin(PG_FUNCTION_ARGS)
84
/*
85
* Cope with possibility that unsigned long is wider than BlockNumber, in
86
* which case strtoul will not raise an error for some values that are out
87
- * of the range of BlockNumber. (See similar code in oidin().)
+ * of the range of BlockNumber. (See similar code in uint32in_subr().)
88
*/
89
#if SIZEOF_LONG > 4
90
if (cvt != (unsigned long) blockNumber &&
0 commit comments