mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 10:11:47 -04:00
Fix outdated comment
This commit is contained in:
parent
41dd50e84d
commit
01d15a2677
1 changed files with 1 additions and 1 deletions
|
|
@ -955,7 +955,7 @@ heapgettup_pagemode(HeapScanDesc scan,
|
|||
#if defined(DISABLE_COMPLEX_MACRO)
|
||||
/*
|
||||
* This is formatted so oddly so that the correspondence to the macro
|
||||
* definition in access/htup.h is maintained.
|
||||
* definition in access/htup_details.h is maintained.
|
||||
*/
|
||||
Datum
|
||||
fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc,
|
||||
|
|
|
|||
Loading…
Reference in a new issue