Thanks to visit codestin.com Credit goes to github.com
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 0525876 commit 8fff977Copy full SHA for 8fff977
src/backend/replication/logical/snapbuild.c
@@ -243,8 +243,8 @@ struct SnapBuild
243
* Starting a transaction -- which we need to do while exporting a snapshot --
244
* removes knowledge about the previously used resowner, so we save it here.
245
*/
246
-ResourceOwner SavedResourceOwnerDuringExport = NULL;
247
-bool ExportInProgress = false;
+static ResourceOwner SavedResourceOwnerDuringExport = NULL;
+static bool ExportInProgress = false;
248
249
/* transaction state manipulation functions */
250
static void SnapBuildEndTxn(SnapBuild *builder, XLogRecPtr lsn, TransactionId xid);
0 commit comments