Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6e82627

Browse files
author
Richard Guo
committed
Fix pgindent damage
Oversight in commit e0ece2a.
1 parent 97698cc commit 6e82627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/executor/execGrouping.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ LookupTupleHashEntry_internal(TupleHashTable hashtable, TupleTableSlot *slot,
513513
else
514514
{
515515
MinimalTuple firstTuple;
516-
size_t totalsize; /* including alignment and additionalsize */
516+
size_t totalsize; /* including alignment and additionalsize */
517517

518518
/* created new entry */
519519
*isnew = true;

src/include/nodes/execnodes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ typedef struct TupleHashTableData
828828
Oid *tab_collations; /* collations for hash and comparison */
829829
MemoryContext tablecxt; /* memory context containing table */
830830
MemoryContext tempcxt; /* context for function evaluations */
831-
Size additionalsize; /* size of additional data */
831+
Size additionalsize; /* size of additional data */
832832
TupleTableSlot *tableslot; /* slot for referencing table entries */
833833
/* The following fields are set transiently for each table search: */
834834
TupleTableSlot *inputslot; /* current input tuple's slot */

0 commit comments

Comments
 (0)