We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb9a82 commit 33f1316Copy full SHA for 33f1316
src/backend/utils/hash/dynahash.c
@@ -272,7 +272,7 @@ static HASHBUCKET get_hash_entry(HTAB *hashp, int freelist_idx);
272
static void hdefault(HTAB *hashp);
273
static int choose_nelem_alloc(Size entrysize);
274
static bool init_htab(HTAB *hashp, long nelem);
275
-static void hash_corrupted(HTAB *hashp);
+static void hash_corrupted(HTAB *hashp) pg_attribute_noreturn();
276
static uint32 hash_initial_lookup(HTAB *hashp, uint32 hashvalue,
277
HASHBUCKET **bucketptr);
278
static long next_pow2_long(long num);
0 commit comments