pgsql: Group cluster_name and update_process_title settings together

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Group cluster_name and update_process_title settings together
Date: 2015-10-04 16:38:18
Message-ID: E1ZimIk-0001tf-C5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Group cluster_name and update_process_title settings together

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e45f8f882055d5f864815aa29ffcd2b5e3c2013b

Modified Files
--------------
doc/src/sgml/config.sgml | 97 ++++++++++++++-----------
src/backend/utils/misc/guc.c | 6 +-
src/backend/utils/misc/postgresql.conf.sample | 6 +-
src/include/utils/guc_tables.h | 1 +
4 files changed, 64 insertions(+), 46 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-10-04 17:48:41 pgsql: Disallow invalid path elements in jsonb_set
Previous Message Andres Freund 2015-10-04 13:30:01 Re: pgsql: Add CASCADE support for CREATE EXTENSION.