Mark hash_corrupted() as pg_attribute_noreturn.
Coverity started complaining about this after cc5ef90ed. The code's not really different from before, but might as well clarify its intent.
This commit is contained in:
parent
7eb9a82018
commit
33f13168cc
@ -272,7 +272,7 @@ static HASHBUCKET get_hash_entry(HTAB *hashp, int freelist_idx);
|
||||
static void hdefault(HTAB *hashp);
|
||||
static int choose_nelem_alloc(Size entrysize);
|
||||
static bool init_htab(HTAB *hashp, long nelem);
|
||||
static void hash_corrupted(HTAB *hashp);
|
||||
static void hash_corrupted(HTAB *hashp) pg_attribute_noreturn();
|
||||
static uint32 hash_initial_lookup(HTAB *hashp, uint32 hashvalue,
|
||||
HASHBUCKET **bucketptr);
|
||||
static long next_pow2_long(long num);
|
||||
|
Loading…
x
Reference in New Issue
Block a user