Re: postgresql.conf.sample tab width

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql.conf.sample tab width
Date: 2026-09-02 14:24:29
Message-ID: apgxnR4jPKbiI4Iw@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 01, 2026 at 10:04:03AM +0800, Chao Li wrote:
> On Aug 31, 2026, at 00:48, Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
>> I noticed that initdb still adds tabs to postgresql.conf. Here is a patch
>> to fix that, which simplifies replace_guc_value() a bit.
>
> The patch looks good to me. I tried generating a postgresql.conf with the
> patch and diff-ing it against one generated without the patch. The
> differences are just tabs vs. spaces between values and trailing comments
> on some lines.

Committed, thanks for looking.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zsolt Parragi 2026-09-02 14:34:40 Re: Offline data checksum changes can cause incorrect checksum state on standbys
Previous Message Andrew Dunstan 2026-09-02 13:29:59 Re: gist_trgm_ops '=' operator: planner picks it over btree, ~300x slower