mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix bogus hash table creation.
Andres Freund
This commit is contained in:
@ -1008,7 +1008,7 @@ create_seq_hashtable(void)
|
||||
ctl.hash = oid_hash;
|
||||
|
||||
seqhashtab = hash_create("Sequence values", 16, &ctl,
|
||||
HASH_ELEM | HASH_FUNCTION | HASH_CONTEXT);
|
||||
HASH_ELEM | HASH_FUNCTION);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user