mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Inline fastgetattr and others so data access does not use function
calls.
This commit is contained in:
@ -663,7 +663,6 @@ aggGetAttr(TupleTableSlot *slot,
|
||||
|
||||
result =
|
||||
heap_getattr(heapTuple, /* tuple containing attribute */
|
||||
buffer, /* buffer associated with tuple */
|
||||
attnum, /* attribute number of desired attribute */
|
||||
tuple_type,/* tuple descriptor of tuple */
|
||||
isNull); /* return: is attribute null? */
|
||||
|
Reference in New Issue
Block a user