Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy
Date
Msg-id 20230221180011.GA4849@nathanxps13
Whole thread Raw
In response to Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy  (Michael Paquier <michael@paquier.xyz>)
Responses Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy
List pgsql-hackers
On Tue, Feb 21, 2023 at 03:13:10PM +0900, Michael Paquier wrote:
> The test enforces a checkpoint after the table creation on the
> template, so what about testing it also without a checkpoint, like the
> extended version attached?  I have tweaked a few things in the test,
> while on it.

What is the purpose of testing it without the checkpoint?  Other than that
question, the patch looks reasonable to me.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Commitfest Manager
Next
From: Andres Freund
Date:
Subject: Re: refactoring relation extension and BufferAlloc(), faster COPY