Skip to content

Commit c3019bb

Browse files
committed
Update comment
The code being referred to was moved to a different function in commit eb8312a, so update the comment accordingly.
1 parent 902f922 commit c3019bb

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/adt

1 file changed

+1
-1
lines changed

src/backend/utils/adt/tid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tidin(PG_FUNCTION_ARGS)
8484
/*
8585
* Cope with possibility that unsigned long is wider than BlockNumber, in
8686
* 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().)
87+
* of the range of BlockNumber. (See similar code in uint32in_subr().)
8888
*/
8989
#if SIZEOF_LONG > 4
9090
if (cvt != (unsigned long) blockNumber &&

0 commit comments

Comments
 (0)