Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus()

From: rajesh singarapu <rajesh(dot)rs0541(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus()
Date: 2022-11-07 09:46:49
Message-ID: CADgiWi4nSLWTNoBpjGxSXXWRhHFTRZ2zp=wHVzDWyp9wf5WG8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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

thanks
Rajesh

Attachment Content-Type Size
v1-0001-Use-proc-instead-of-MyProc-in-ProcArrayGroupClear.patch application/octet-stream 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-11-07 10:00:03 Re: Adding doubly linked list type which stores the number of items in the list
Previous Message Aleksander Alekseev 2022-11-07 09:06:58 Re: Adding doubly linked list type which stores the number of items in the list