pgsql: Rename removable xid function for consistency.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Rename removable xid function for consistency.
Дата
Msg-id E1l8oXJ-0000gf-O7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename removable xid function for consistency.

GlobalVisIsRemovableFullXid() is now GlobalVisCheckRemovableFullXid().
This is consistent with the general convention for FullTransactionId
equivalents of functions that deal with TransactionId values.  It now
matches the nearby GlobalVisCheckRemovableXid() function, which performs
the same check for callers that use TransactionId values.

Oversight in commit dc7420c2c92.

Discussion: https://postgr.es/m/CAH2-Wzmes12jFNDcVgpU89Vp=r6uLFrE-MT0fjSWGsE70UiNaA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/617fffee8a6f350ff03069e2843ecd039ea06ccc

Modified Files
--------------
src/backend/access/gist/gistutil.c  | 2 +-
src/backend/access/gist/gistxlog.c  | 2 +-
src/backend/storage/ipc/procarray.c | 2 +-
src/include/utils/snapmgr.h         | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert "Propagate CTE property flags when copying a CTE list int
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25.