mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
@@ -513,7 +513,7 @@ LookupTupleHashEntry_internal(TupleHashTable hashtable, TupleTableSlot *slot,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
MinimalTuple firstTuple;
|
MinimalTuple firstTuple;
|
||||||
size_t totalsize; /* including alignment and additionalsize */
|
size_t totalsize; /* including alignment and additionalsize */
|
||||||
|
|
||||||
/* created new entry */
|
/* created new entry */
|
||||||
*isnew = true;
|
*isnew = true;
|
||||||
|
@@ -828,7 +828,7 @@ typedef struct TupleHashTableData
|
|||||||
Oid *tab_collations; /* collations for hash and comparison */
|
Oid *tab_collations; /* collations for hash and comparison */
|
||||||
MemoryContext tablecxt; /* memory context containing table */
|
MemoryContext tablecxt; /* memory context containing table */
|
||||||
MemoryContext tempcxt; /* context for function evaluations */
|
MemoryContext tempcxt; /* context for function evaluations */
|
||||||
Size additionalsize; /* size of additional data */
|
Size additionalsize; /* size of additional data */
|
||||||
TupleTableSlot *tableslot; /* slot for referencing table entries */
|
TupleTableSlot *tableslot; /* slot for referencing table entries */
|
||||||
/* The following fields are set transiently for each table search: */
|
/* The following fields are set transiently for each table search: */
|
||||||
TupleTableSlot *inputslot; /* current input tuple's slot */
|
TupleTableSlot *inputslot; /* current input tuple's slot */
|
||||||
|
Reference in New Issue
Block a user