File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,8 @@ InitProcess(void)
341
341
SHMQueueElemInit (& (MyProc -> links ));
342
342
MyProc -> waitStatus = STATUS_OK ;
343
343
MyProc -> lxid = InvalidLocalTransactionId ;
344
+ MyProc -> fpVXIDLock = false;
345
+ MyProc -> fpLocalTransactionId = InvalidLocalTransactionId ;
344
346
MyPgXact -> xid = InvalidTransactionId ;
345
347
MyPgXact -> xmin = InvalidTransactionId ;
346
348
MyProc -> pid = MyProcPid ;
@@ -507,6 +509,8 @@ InitAuxiliaryProcess(void)
507
509
SHMQueueElemInit (& (MyProc -> links ));
508
510
MyProc -> waitStatus = STATUS_OK ;
509
511
MyProc -> lxid = InvalidLocalTransactionId ;
512
+ MyProc -> fpVXIDLock = false;
513
+ MyProc -> fpLocalTransactionId = InvalidLocalTransactionId ;
510
514
MyPgXact -> xid = InvalidTransactionId ;
511
515
MyPgXact -> xmin = InvalidTransactionId ;
512
516
MyProc -> backendId = InvalidBackendId ;
You can’t perform that action at this time.
0 commit comments