]> granicus.if.org Git - postgresql/commit
Remove NEXTXID xlog record type to avoid three-way deadlock risk.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Mar 2001 20:18:59 +0000 (20:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Mar 2001 20:18:59 +0000 (20:18 +0000)
commitaf6e88a9cfefcb1549a61ed7642c9837599fd0a7
tree44fd66c2b8ee43508f030c85e36e1bb0dce9e083
parentddc5bc958aa637206461318e7467cfb6c41b52c2
Remove NEXTXID xlog record type to avoid three-way deadlock risk.
NEXTXID isn't really necessary, per previous discussion in pghackers,
but I mulishy insisted we should put it in anyway.  Mea culpa.
src/backend/access/transam/transam.c
src/backend/access/transam/varsup.c
src/backend/access/transam/xlog.c
src/backend/storage/ipc/sinval.c
src/include/access/transam.h
src/include/access/xlog.h
src/include/catalog/pg_control.h