pgsql: Refine some guc.c help texts

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refine some guc.c help texts
Date: 2018-11-20 05:42:19
Message-ID: E1gOynj-0006iw-Mj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refine some guc.c help texts

These settings apply to communication with the sending server, which
is not necessarily a primary.

Author: Sergei Kornilov <sk(at)zsrv(dot)org>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a568cadaff2cfa0ec2a138ff4c5630050b03906b

Modified Files
--------------
src/backend/utils/misc/guc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-11-20 08:52:44 pgsql: doc: Clarify CREATE TYPE ENUM documentation
Previous Message Michael Paquier 2018-11-20 01:22:51 Re: pgsql: Add TAP tests for pg_verify_checksums