Re: make pg_ctl more friendly - Mailing list pgsql-hackers

From Andres Freund
Subject Re: make pg_ctl more friendly
Date
Msg-id 20231109013250.hfg4pskgigfenrtw@awork3.anarazel.de
Whole thread Raw
In response to Re: make pg_ctl more friendly  (Crisp Lee <litianxiang01@gmail.com>)
Responses Re: make pg_ctl more friendly
List pgsql-hackers
Hi,

On 2023-11-09 09:29:32 +0800, Crisp Lee wrote:
> How to judge from 'DB_SHUTDOWNED' that PITR ends normally? 'DB_SHUTDOWNED'
> is just a state, it could not give more meaning, so I reuse the
> recovery.done.

DB_SHUTDOWNED cannot be encountered while recovery is ongoing. If there was a
hard crash, you'd see DB_IN_ARCHIVE_RECOVERY or such, if the command was shut
down orderly before PITR has finished, you'd see DB_SHUTDOWNED_IN_RECOVERY.

- Andres



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Add new option 'all' to pg_stat_reset_shared()
Next
From: David Christensen
Date:
Subject: Re: [PATCHES] Post-special page storage TDE support