pgsql: Update comments concerning PGC_S_TEST.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update comments concerning PGC_S_TEST.
Дата
Msg-id E1VGzWR-0005o4-Fs@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't fail for bad GUCs in CREATE FUNCTION with check_function_b
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Expose fsync_fname as a public API.