Thread: pgsql: rm_cleanup functions need to be allowed to write WAL entries.

pgsql: rm_cleanup functions need to be allowed to write WAL entries.

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
rm_cleanup functions need to be allowed to write WAL entries.  This oversight
appears to explain the recent reports of "PANIC: cannot make new WAL entries
during recovery".

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.345 -> r1.345.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.345&r2=1.345.2.1)