Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 25eda23

Browse files
committed
Fix outdated comment
1 parent 1524794 commit 25eda23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/heapam.c

+1-1
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)