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/[email protected] 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(-)
