pgsql: Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.
Date
Msg-id E1k75Qz-0002NZ-14@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.

Several PGXN modules reference LockTagType values; renumbering would
force a recompile of those modules.  Oversight in back-patch of today's
commit 566372b3d6435639e4cc4476d79b8505a0297c87.  Back-patch to released
branches, v12 through 9.5.

Reported by Tom Lane.

Discussion: https://postgr.es/m/921383.1597523945@sss.pgh.pa.us

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6af0b12a581a8ef962bcb9d76c63ff9fa8bf9fd9

Modified Files
--------------
src/backend/utils/adt/lockfuncs.c | 4 ++--
src/include/storage/lock.h        | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: Re: pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU.
Next
From: Noah Misch
Date:
Subject: pgsql: Correct several behavior descriptions in comments.