CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/03/18 15:18:59
Modified files:
src/include/catalog: pg_control.h
src/include/access: xlog.h transam.h
src/backend/storage/ipc: sinval.c
src/backend/access/transam: transam.c varsup.c xlog.c
Log message:
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.