pgsql: Add missing comment in postgresql.conf.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing comment in postgresql.conf.
Date: 2017-07-31 01:54:45
Message-ID: E1dbzuv-0004bP-3A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing comment in postgresql.conf.

max_logical_replication_workers requires to restart server to reflect
the new value. Per Yugo Nagata. Minor editing by me.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9fe63092b541e48aebb1190179b47249672a8560

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2017-07-31 02:14:12 pgsql: Add missing comment in postgresql.conf.
Previous Message Andres Freund 2017-07-30 23:46:03 pgsql: Move interrupt checking from ExecProcNode() to executor nodes.