Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.

Noah Misch <noah@leadboat.com>

Commit: 6af0b12a581a8ef962bcb9d76c63ff9fa8bf9fd9
Author: Noah Misch <noah@leadboat.com>
Date: 2020-08-15T23:16:15Z
Releases: 11.10
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 +4 −4

Discussion

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