Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.

Noah Misch <noah@leadboat.com>

Commit: 06e50d8f7eee9a0b42c8392b75e0780c0a30fa84
Author: Noah Misch <noah@leadboat.com>
Date: 2020-08-15T23:15:59Z
Releases: 12.5
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

Files

PathChange+/−
src/backend/utils/adt/lockfuncs.c modified +2 −2
src/include/storage/lock.h modified +3 −3

Discussion

Cited messages not in the archive: 921383.1597523945@sss.pgh.pa.us