| From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | Daniel Gustafsson <daniel(at)yesql(dot)se>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Uncommented GUC in postgresql.conf.sample |
| Date: | 2025-11-14 15:30:33 |
| Message-ID: | 202511141529.vxzfmvirqnlf@alvherre.pgsql |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2025-Nov-14, Andrew Dunstan wrote:
> OTOH, if you want to skip a lot of ok's in the regress_log file, you can do
> something like:
>
> fail("$line missing initial # in postgresql.conf.sample") if $line =~
> /^\s*[^#\s]/;
Yeah, I'm pretty confident we don't want one "ok" per correct line in
the sample file :-)
--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"I'm always right, but sometimes I'm more right than other times."
(Linus Torvalds)
https://lore.kernel.org/git/Pine(dot)LNX(dot)4(dot)58(dot)0504150753440(dot)7211(at)ppc970(dot)osdl(dot)org/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Burd | 2025-11-14 15:31:28 | Refactor how we form HeapTuples for CatalogTuple(Insert|Update) |
| Previous Message | Andrew Dunstan | 2025-11-14 15:20:41 | Re: Uncommented GUC in postgresql.conf.sample |