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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy