mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
heapattr functions now return a Datum, not char *.
This commit is contained in:
@@ -638,7 +638,7 @@ aggGetAttr(TupleTableSlot *slot,
|
||||
return (Datum) tempSlot;
|
||||
}
|
||||
|
||||
result = (Datum)
|
||||
result =
|
||||
heap_getattr(heapTuple, /* tuple containing attribute */
|
||||
buffer, /* buffer associated with tuple */
|
||||
attnum, /* attribute number of desired attribute */
|
||||
|
||||
Reference in New Issue
Block a user