[PATCH] Fix search_path default value separator.

Поиск
Список
Период
Сортировка
От Christoph Martin
Тема [PATCH] Fix search_path default value separator.
Дата
Msg-id CA+XL1YsUNUthjVX33Qe_=+VbrTBMO0MHC3pHtdnh-Lp9cTiR0A@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Fix search_path default value separator.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi

I noticed a minor inconsistency with the search_path separator used in the default configuration.

The schemas of any search_path set using `SET search_path TO...` are separated by ", " (comma, space), while the default value is only separated by "," (comma).

The attached patch against master changes the separator of the default value to be consistent with the usual comma-space separators, and updates the documentation of `SHOW search_path;` accordingly.

This massive three-byte change passes all 144 tests of make check.

Regards,

Christoph
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Allowing join removals for more join types
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: No exact/lossy block information in EXPLAIN ANALYZE for a bitmap heap scan