Re: Add WAL read stats to pg_stat_wal - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Add WAL read stats to pg_stat_wal
Date
Msg-id 20230220162906.huut34qghbkwbial@awork3.anarazel.de
Whole thread Raw
In response to Re: Add WAL read stats to pg_stat_wal  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: Add WAL read stats to pg_stat_wal
List pgsql-hackers
Hi,

On 2023-02-20 14:21:39 +0900, Kyotaro Horiguchi wrote:
> I totally agree that it will be useful, but I'm not quite sure how
> checkpointer would be able to let postmaster know about that state
> without requiring access to shared memory.

SendPostmasterSignal(PMSIGNAL_SHUTDOWN_CHECKPOINT_COMPLETE);
or such.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Assert failure with MERGE into partitioned table with RLS
Next
From: "Daniel Verite"
Date:
Subject: Re: Allow tailoring of ICU locales with custom rules