pgsql: Support ALTER SYSTEM RESET command.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support ALTER SYSTEM RESET command.
Date: 2014-09-12 14:40:37
Message-ID: E1XSS1d-0001ss-3n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support ALTER SYSTEM RESET command.

This patch allows us to execute ALTER SYSTEM RESET command to
remove the configuration entry from postgresql.auto.conf.

Vik Fearing, reviewed by Amit Kapila and me.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7dfab04a8aad7aa5066d2625a649d407ed6b7a5f

Modified Files
--------------
doc/src/sgml/ref/alter_system.sgml | 13 +++--
src/backend/parser/gram.y | 47 +++++++++++------
src/backend/utils/misc/guc.c | 98 ++++++++++++++++++++++--------------
src/bin/psql/tab-complete.c | 19 +++++--
4 files changed, 115 insertions(+), 62 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2014-09-12 15:24:48 pgsql: Handle border = 3 in expanded mode
Previous Message Heikki Linnakangas 2014-09-12 14:20:11 pgsql: Support Subject Alternative Names in SSL server certificates.