pgsql: Update comments concerning PGC_S_TEST.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update comments concerning PGC_S_TEST.
Date: 2013-09-03 22:56:31
Message-ID: E1VGzWR-0005o4-Fs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comments concerning PGC_S_TEST.

This GUC context value was once only used by ALTER DATABASE SET and
ALTER USER SET. That's not true anymore, though, so rewrite the
comments to be a bit more general.

Patch in HEAD only, since this is just an internal documentation issue.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c66a223774dec62edb5281a47e72fe480a8f7aa

Modified Files
--------------
src/backend/commands/tablespace.c | 19 +++++--------------
src/backend/utils/cache/ts_cache.c | 7 ++-----
src/include/utils/guc.h | 14 +++++++++-----
3 files changed, 16 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-09-04 15:47:06 pgsql: Expose fsync_fname as a public API.
Previous Message Tom Lane 2013-09-03 22:33:10 pgsql: Don't fail for bad GUCs in CREATE FUNCTION with check_function_b