Re: CREATE DATABASE ... STRATEGY WAL_LOG issues

From: Andres Freund <andres(at)anarazel(dot)de>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Subject: Re: CREATE DATABASE ... STRATEGY WAL_LOG issues
Date: 2023-03-22 17:04:19
Message-ID: 20230322170419.5h6m4nhbuxomz7ao@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2023-03-22 09:58:58 -0400, Robert Haas wrote:
> On Wed, Mar 22, 2023 at 1:12 AM Andres Freund <andres(at)anarazel(dot)de> wrote:
> > Patch with the two minimal fixes attached. As we don't know whether it's worth
> > changing the strategy, the more minimal fixes seem more appropriate.
>
> LGTM.

Thanks for checking. Pushed.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-03-22 17:04:35 Re: Set arbitrary GUC options during initdb
Previous Message Andres Freund 2023-03-22 17:00:48 Re: Should we remove vacuum_defer_cleanup_age?