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 2e9a5b9 commit 321aa42Copy full SHA for 321aa42
src/parsexlog.c
@@ -149,6 +149,7 @@ doExtractPageMap(void *arg)
149
150
private_data = &extract_arg->private_data;
151
xlogreader = XLogReaderAllocate(&SimpleXLogPageRead, private_data);
152
+ xlogreader->system_identifier = system_identifier;
153
if (xlogreader == NULL)
154
elog(ERROR, "out of memory");
155
0 commit comments