Re: synchronous_standby_names parser discards errors

2025-07-24 Thread Tom Lane
Robert Haas writes: > Since Peter Eisentraut's commit > 473a575e05979b4dbb28b3f2544f4ec8f184ce65 on January 25 of this year, > attempting to set synchronous_standby_names to a value that doesn't > parse results in a generic and uninformative error message: Oops. > Apparently, our tests do not ex

synchronous_standby_names parser discards errors

2025-07-24 Thread Robert Haas
Since Peter Eisentraut's commit 473a575e05979b4dbb28b3f2544f4ec8f184ce65 on January 25 of this year, attempting to set synchronous_standby_names to a value that doesn't parse results in a generic and uninformative error message: [robert.haas ~]$ postgres -c synchronous_standby_names='"foo' 2025-07