diff options
Diffstat (limited to 'src/include/executor')
-rw-r--r-- | src/include/executor/executor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index a49c32072e3..f8a8d03e533 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.h @@ -148,12 +148,9 @@ extern TupleHashEntry LookupTupleHashEntry(TupleHashTable hashtable, bool *isnew, uint32 *hash); extern uint32 TupleHashTableHash(TupleHashTable hashtable, TupleTableSlot *slot); -extern size_t TupleHashEntrySize(void); extern TupleHashEntry LookupTupleHashEntryHash(TupleHashTable hashtable, TupleTableSlot *slot, bool *isnew, uint32 hash); -extern MinimalTuple TupleHashEntryGetTuple(TupleHashEntry entry); -extern void *TupleHashEntryGetAdditional(TupleHashEntry entry); extern TupleHashEntry FindTupleHashEntry(TupleHashTable hashtable, TupleTableSlot *slot, ExprState *eqcomp, |