Skip to content

Commit 01d15a2

Browse files
committed
Fix outdated comment
1 parent 41dd50e commit 01d15a2

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
@@ -955,7 +955,7 @@ heapgettup_pagemode(HeapScanDesc scan,
955955
#if defined(DISABLE_COMPLEX_MACRO)
956956
/*
957957
* This is formatted so oddly so that the correspondence to the macro
958-
* definition in access/htup.h is maintained.
958+
* definition in access/htup_details.h is maintained.
959959
*/
960960
Datum
961961
fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc,

0 commit comments

Comments
 (0)