Content-Length: 265656 | pFad | http://github.com/postgrespro/postgres/commit/ceb2855522940d5aaae4c6e5eed493d60e3196ce

48 Fix redefinition of type in commit e0ece2a981. · postgrespro/postgres@ceb2855 · GitHub
Skip to content

Commit ceb2855

Browse files
committed
Fix redefinition of type in commit e0ece2a.
1 parent e0ece2a commit ceb2855

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-
typedef struct TupleHashEntryData
23+
struct TupleHashEntryData
2424
{
2525
MinimalTuple firstTuple; /* copy of first tuple in this group */
2626
uint32 status; /* hash status */
2727
uint32 hash; /* hash value (cached) */
28-
} TupleHashEntryData;
28+
};
2929

3030
static int TupleHashTableMatch(struct tuplehash_hash *tb, const MinimalTuple tuple1, const MinimalTuple tuple2);
3131
static inline uint32 TupleHashTableHash_internal(struct tuplehash_hash *tb,

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/ceb2855522940d5aaae4c6e5eed493d60e3196ce

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy