Odd LOG output from "postgres -C"

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Odd LOG output from "postgres -C"
Date: 2022-05-02 17:15:00
Message-ID: YnARlI5nvbziobR4@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Indecision is a decision. Inaction is an action. Mark Batterson

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2022-05-02 17:21:30 Re: Odd LOG output from "postgres -C"
Previous Message Nathan Bossart 2022-05-02 17:07:41 Re: Add --{no-,}bypassrls flags to createuser