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

Поиск
Список
Период
Сортировка
От rajesh singarapu
Тема Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus()
Дата
Msg-id CADgiWi4nSLWTNoBpjGxSXXWRhHFTRZ2zp=wHVzDWyp9wf5WG8g@mail.gmail.com
обсуждение исходный текст
Ответы Re: Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus()  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Re: Use proc instead of MyProc in ProcArrayGroupClearXid()/TransactionGroupUpdateXidStatus()  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
Hi,

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


thanks
Rajesh

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Adding doubly linked list type which stores the number of items in the list
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Adding doubly linked list type which stores the number of items in the list