We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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