From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Aleksander Alekseev <aleksander(at)timescale(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Background writer and checkpointer in crash recovery |
Date: | 2021-08-02 05:36:23 |
Message-ID: | CA+hUKGKiBnK9cB_NAxBOHJ7okw9p46F7ZmBP2FjpdTf5RJxS-g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, Jul 31, 2021 at 2:16 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Fri, Jul 30, 2021 at 4:42 AM Aleksander Alekseev
> <aleksander(at)timescale(dot)com> wrote:
> > v2-0001 and v2-0002 look fine, but I don't like much the idea of introducing a new GUC in v2-0003. It's for very specific needs, which most of the users, I believe, don't care about. I suggest dealing with v2-0001 and v2-0002 first and then maybe submit and discuss v2-0003 as a separate CF entry.
Thanks.
> Thanks for bumping this thread; I had forgotten all about this effort,
> but having just spent a bunch of time struggling with the thicket of
> cases in StartupXLOG(), I'm now feeling highly motivated to make some
> more progress in simplifying things over there. I am still of the
> opinion that 0001 is a good idea, and I don't have any suggestions for
> how it could be improved,
That's good news, and thanks. Yes, clearly there is much more that
can be simplified here.
> except perhaps that the call to
> PublishStartupProcessInformation() could maybe have a one-line
> comment.
Done. BTW that is temporary, as I'm planning to remove that machinery soon[1].
> Thomas, are you planning to press forward with committing
> this soon? If not, do you mind if I do?
I pushed 0001. Let me think about 0002, and flesh out 0003 a bit more.
From | Date | Subject | |
---|---|---|---|
Next Message | osumi.takamichi@fujitsu.com | 2021-08-02 05:52:27 | RE: Failed transaction statistics to measure the logical replication progress |
Previous Message | Amit Kapila | 2021-08-02 04:52:32 | Re: Parallel Inserts (WAS: [bug?] Missed parallel safety checks..) |