Content-Length: 264839 | pFad | http://github.com/postgrespro/postgres_cluster/commit/1939014fa3500ac23ac61ff3f8a2a9c374e9678b
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0350ae6 commit 1939014Copy full SHA for 1939014
multimaster.c
@@ -2513,12 +2513,12 @@ MtmCreateLocalTableMap(void)
2513
HASHCTL info;
2514
HTAB* htab;
2515
memset(&info, 0, sizeof(info));
2516
- info.keysize = sizeof(Oid);
+ info.entrysize = info.keysize = sizeof(Oid);
2517
htab = ShmemInitHash(
2518
"MtmLocalTables",
2519
MULTIMASTER_MAX_LOCAL_TABLES, MULTIMASTER_MAX_LOCAL_TABLES,
2520
&info,
2521
- 0
+ HASH_ELEM
2522
);
2523
return htab;
2524
}
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/1939014fa3500ac23ac61ff3f8a2a9c374e9678b
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments