New arrangement to always let the bgwriter do checkpoints broke
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Feb 2005 23:16:27 +0000 (23:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Feb 2005 23:16:27 +0000 (23:16 +0000)
commit0845ee39585675c1523243deff011df5317d4723
tree8a021c7e4684ac9eba5c89a81e5ea715cf8c2f0e
parent254eef2f28e871caa6d5db212e9d0027ffed8756
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.
src/backend/postmaster/bgwriter.c