Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus() - Mailing list pgsql-hackers

From rajesh singarapu
Subject Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus()
Date
Msg-id CADgiWi4nSLWTNoBpjGxSXXWRhHFTRZ2zp=wHVzDWyp9wf5WG8g@mail.gmail.com
Whole thread Raw
Responses Re: Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus()
Re: Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus()
List pgsql-hackers
Hi,

In both TransactionGroupUpdateXidStatus and ProcArrayGroupClearXid
global MyProc is used. for consistency, replaced with a function local variable.


thanks
Rajesh

Attachment

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Adding doubly linked list type which stores the number of items in the list
Next
From: Bharath Rupireddy
Date:
Subject: Re: Adding doubly linked list type which stores the number of items in the list