Thread: pgsql: New arrangement to always let the bgwriter do checkpoints broke

pgsql: New arrangement to always let the bgwriter do checkpoints broke

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
New arrangement to always let the bgwriter do checkpoints broke
CHECKPOINT and some other commands in the context of a standalone
backend.  Allow a standalone backend to do its own checkpoints.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        bgwriter.c (r1.13 -> r1.13.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/bgwriter.c.diff?r1=1.13&r2=1.13.4.1)