Re: pgsql: Support "postgres -C" with runtime-computed GUCs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Support "postgres -C" with runtime-computed GUCs
Date: 2021-09-16 21:56:49
Message-ID: 1252480.1631829409@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Paquier <michael(at)paquier(dot)xyz> writes:
> Support "postgres -C" with runtime-computed GUCs

Test case for this seems to have newline-related issues on Windows.

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=fairywren&dt=2021-09-16%2018%3A36%3A14

# Failed test 'data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/'
# at t/002_actions.pl line 184.
# 'on
# '
# doesn't match '(?^:^on$)'

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-09-16 23:08:44 Re: pgsql: Support "postgres -C" with runtime-computed GUCs
Previous Message Tom Lane 2021-09-16 14:45:49 pgsql: Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.