Thread: pgsql/src/backend/access/transam xlog.c

pgsql/src/backend/access/transam xlog.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/12/19 14:42:51

Modified files:
    src/backend/access/transam: xlog.c

Log message:
    Temporarily dike out GetUndoRecPtr() in checkpoint generation, since we
    do not use the undo pointer anyway.  This is a quick-hack solution for
    the three-way deadlock condition discussed in pghackers 17-Dec-01.
    Need to find a better way of doing it.