pgsql: Doc: improve a couple of comments in postgresql.conf.sample.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: improve a couple of comments in postgresql.conf.sample.
Date: 2024-02-15 21:45:14
Message-ID: E1rajXe-006QAu-Tq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: improve a couple of comments in postgresql.conf.sample.

Clarify comments associated with max_parallel_workers and
related settings.

Per bug #18343 from Christopher Kline.

Discussion: https://postgr.es/m/18343-3a5e903d1d3692ab@postgresql.org

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/88cbdcafdb742f39ea8f1613481421f9425be1e5

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-02-15 21:57:10 pgsql: Introduce transaction_timeout
Previous Message Peter Eisentraut 2024-02-15 13:45:11 Re: pgsql: Allow upgrades to preserve the full subscription's state.