Re: Async Commit, v21 (now: v22) - Mailing list pgsql-patches

From Tom Lane
Subject Re: Async Commit, v21 (now: v22)
Date
Msg-id 18222.1185231597@sss.pgh.pa.us
Whole thread Raw
In response to Re: Async Commit, v21 (now: v22)  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: Async Commit, v21 (now: v22)
List pgsql-patches
"Simon Riggs" <simon@2ndquadrant.com> writes:
> Thanks for reading. Updated version in new patch.

What was the reasoning for basing walwriter.c on autovacuum (which needs
to be able to execute transactions) rather than bgwriter (which does
not)?  The shutdown logic in particular seems all wrong; you can't have
a process connected to shared memory that is going to outlive the
postmaster.

            regards, tom lane

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: COPYable logs
Next
From: "Simon Riggs"
Date:
Subject: Re: Async Commit, v21 (now: v22)