Re: warn if GUC set to an invalid shared library - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: warn if GUC set to an invalid shared library
Date
Msg-id 20220616035014.GC29853@telsasoft.com
Whole thread Raw
In response to Re: warn if GUC set to an invalid shared library  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
I've started to think that we should really WARN whenever a (set of) GUC is set
in a manner that the server will fail to start - not just for shared libraries.

In particular, I think the server should also warn if it's going to fail to
start like this:

2022-06-15 22:48:34.279 CDT postmaster[20782] FATAL:  WAL streaming (max_wal_senders > 0) requires wal_level "replica"
or"logical"
 

-- 
Justin



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [Proposal] pg_rewind integration into core
Next
From: "David G. Johnston"
Date:
Subject: Re: Modest proposal to extend TableAM API for controlling cluster commands