diff options
author | Richard Guo <rguo@postgresql.org> | 2025-01-13 11:27:32 +0900 |
---|---|---|
committer | Richard Guo <rguo@postgresql.org> | 2025-01-13 11:27:32 +0900 |
commit | 6e826278f1ebd9967c0f8adda29c8960a812e344 (patch) | |
tree | d744a835361dc48f88a2a734b81e776a44d0cb18 /src/backend/executor/execGrouping.c | |
parent | 97698cc517c75d3cbb9c680aab3afd36e471b83a (diff) |
Fix pgindent damage
Oversight in commit e0ece2a98.
Diffstat (limited to 'src/backend/executor/execGrouping.c')
-rw-r--r-- | src/backend/executor/execGrouping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execGrouping.c b/src/backend/executor/execGrouping.c index 07750253963..40310495675 100644 --- a/src/backend/executor/execGrouping.c +++ b/src/backend/executor/execGrouping.c @@ -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; |