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-02 07:25:36
Message-ID: E1XOiTA-0003Hh-Ng@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
------
master

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

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 Andres Freund 2014-09-02 11:11:46 Re: pgsql: Compress GIN posting lists, for smaller index size.
Previous Message Andres Freund 2014-09-02 00:11:31 Re: pgsql: Fix unportable use of isspace().