pgsql: Update comments concerning PGC_S_TEST. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update comments concerning PGC_S_TEST.
Date
Msg-id E1VGzWR-0005o4-Fs@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't fail for bad GUCs in CREATE FUNCTION with check_function_b
Next
From: Robert Haas
Date:
Subject: pgsql: Expose fsync_fname as a public API.