Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5cb719b

Browse files
committed
Fix bogus hash table creation.
Andres Freund
1 parent21025d4 commit5cb719b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/sequence.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ create_seq_hashtable(void)
10081008
ctl.hash=oid_hash;
10091009

10101010
seqhashtab=hash_create("Sequence values",16,&ctl,
1011-
HASH_ELEM |HASH_FUNCTION |HASH_CONTEXT);
1011+
HASH_ELEM |HASH_FUNCTION);
10121012
}
10131013

10141014
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp