pgsql: Rename removable xid function for consistency.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename removable xid function for consistency.
Date: 2021-02-07 18:11:53
Message-ID: E1l8oXJ-0000gf-O7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-02-07 20:47:03 pgsql: Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25.
Previous Message Tom Lane 2021-02-07 17:55:16 pgsql: Revert "Propagate CTE property flags when copying a CTE list int