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

Commitceb2855

Browse files
committed
Fix redefinition of type in commite0ece2a.
1 parente0ece2a commitceb2855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/executor/execGrouping.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
#include"miscadmin.h"
2121
#include"utils/lsyscache.h"
2222

23-
typedefstructTupleHashEntryData
23+
structTupleHashEntryData
2424
{
2525
MinimalTuplefirstTuple;/* copy of first tuple in this group */
2626
uint32status;/* hash status */
2727
uint32hash;/* hash value (cached) */
28-
}TupleHashEntryData;
28+
};
2929

3030
staticintTupleHashTableMatch(structtuplehash_hash*tb,constMinimalTupletuple1,constMinimalTupletuple2);
3131
staticinlineuint32TupleHashTableHash_internal(structtuplehash_hash*tb,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp