mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 07:07:30 +08: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