Skip to content

Commit 13b037f

Browse files
committed
Fix outdated comment
1 parent 318fe23 commit 13b037f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/heapam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ heapgettup_pagemode(HeapScanDesc scan,
949949
#if defined(DISABLE_COMPLEX_MACRO)
950950
/*
951951
* This is formatted so oddly so that the correspondence to the macro
952-
* definition in access/htup.h is maintained.
952+
* definition in access/htup_details.h is maintained.
953953
*/
954954
Datum
955955
fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc,

0 commit comments

Comments
 (0)