File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,8 @@ InitProcess(void)
341341 SHMQueueElemInit (& (MyProc -> links ));
342342 MyProc -> waitStatus = STATUS_OK ;
343343 MyProc -> lxid = InvalidLocalTransactionId ;
344+ MyProc -> fpVXIDLock = false;
345+ MyProc -> fpLocalTransactionId = InvalidLocalTransactionId ;
344346 MyPgXact -> xid = InvalidTransactionId ;
345347 MyPgXact -> xmin = InvalidTransactionId ;
346348 MyProc -> pid = MyProcPid ;
@@ -507,6 +509,8 @@ InitAuxiliaryProcess(void)
507509 SHMQueueElemInit (& (MyProc -> links ));
508510 MyProc -> waitStatus = STATUS_OK ;
509511 MyProc -> lxid = InvalidLocalTransactionId ;
512+ MyProc -> fpVXIDLock = false;
513+ MyProc -> fpLocalTransactionId = InvalidLocalTransactionId ;
510514 MyPgXact -> xid = InvalidTransactionId ;
511515 MyPgXact -> xmin = InvalidTransactionId ;
512516 MyProc -> backendId = InvalidBackendId ;
You can’t perform that action at this time.
0 commit comments