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

Commit1939014

Browse files
knizhnikkelvich
authored andcommitted
Fix PGPRO-717
1 parent0350ae6 commit1939014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎multimaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,12 +2513,12 @@ MtmCreateLocalTableMap(void)
25132513
HASHCTLinfo;
25142514
HTAB*htab;
25152515
memset(&info,0,sizeof(info));
2516-
info.keysize=sizeof(Oid);
2516+
info.entrysize=info.keysize=sizeof(Oid);
25172517
htab=ShmemInitHash(
25182518
"MtmLocalTables",
25192519
MULTIMASTER_MAX_LOCAL_TABLES,MULTIMASTER_MAX_LOCAL_TABLES,
25202520
&info,
2521-
0
2521+
HASH_ELEM
25222522
);
25232523
returnhtab;
25242524
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp