Re: Odd LOG output from "postgres -C" - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Odd LOG output from "postgres -C"
Date
Msg-id 20220502172130.GC3350992@nathanxps13
Whole thread Raw
In response to Odd LOG output from "postgres -C"  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Odd LOG output from "postgres -C"
List pgsql-hackers
On Mon, May 02, 2022 at 01:15:00PM -0400, Bruce Momjian wrote:
> I just tested "postgres -C" on Postgres head, and got odd LOG output
> lines:
> 
>     $ postgres -C shared_memory_size
>     143
> -->    2022-05-02 13:08:06.445 EDT [1582048] LOG:  database system is shut down
> 
>     $ postgres -C "wal_segment_size"
>     16777216
> -->    2022-05-02 13:13:30.499 EDT [1584650] LOG:  database system is shut down
> 
> Are those last lines expected?

An attempt to fix this is being tracked here:

    https://commitfest.postgresql.org/38/3596

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



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Odd LOG output from "postgres -C"
Next
From: Bruce Momjian
Date:
Subject: Re: Odd LOG output from "postgres -C"