Fix pgindent damage

Oversight in commit e0ece2a98.
pull/198/head
Richard Guo 6 months ago
parent 97698cc517
commit 6e826278f1
  1. 2
      src/backend/executor/execGrouping.c
  2. 2
      src/include/nodes/execnodes.h

@ -513,7 +513,7 @@ LookupTupleHashEntry_internal(TupleHashTable hashtable, TupleTableSlot *slot,
else
{
MinimalTuple firstTuple;
size_t totalsize; /* including alignment and additionalsize */
size_t totalsize; /* including alignment and additionalsize */
/* created new entry */
*isnew = true;

@ -828,7 +828,7 @@ typedef struct TupleHashTableData
Oid *tab_collations; /* collations for hash and comparison */
MemoryContext tablecxt; /* memory context containing table */
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 */
/* The following fields are set transiently for each table search: */
TupleTableSlot *inputslot; /* current input tuple's slot */

Loading…
Cancel
Save