Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e82627

Browse files
author
Richard Guo
committed
Fix pgindent damage
Oversight in commite0ece2a.
1 parent97698cc commit6e82627

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
MinimalTuplefirstTuple;
516-
size_ttotalsize;/* including alignment and additionalsize */
516+
size_ttotalsize;/* 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
MemoryContexttablecxt;/* memory context containing table */
830830
MemoryContexttempcxt;/* context for function evaluations */
831-
Sizeadditionalsize;/* size of additional data */
831+
Sizeadditionalsize;/* 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)

[8]ページ先頭

©2009-2025 Movatter.jp