pgsql: Rename OverrideSearchPath to SearchPathMatcher.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Rename OverrideSearchPath to SearchPathMatcher.
Дата
Msg-id E1qQcsz-0003rZ-59@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename OverrideSearchPath to SearchPathMatcher.

The previous commit removed the "override" APIs.  Surviving APIs facilitate
plancache.c to snapshot search_path and test whether the current value equals
a remembered snapshot.

Aleksander Alekseev.  Reported by Alexander Lakhin and Noah Misch.

Discussion: https://postgr.es/m/8ffb4650-52c4-6a81-38fc-8f99be981130@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d3a38318ac614f20a9e2e163bba083d15be54f06

Modified Files
--------------
src/backend/catalog/namespace.c     | 24 ++++++++++++------------
src/backend/utils/cache/plancache.c | 12 ++++++------
src/include/catalog/namespace.h     | 12 ++++++------
src/include/utils/plancache.h       |  2 +-
src/tools/pgindent/typedefs.list    |  2 +-
5 files changed, 26 insertions(+), 26 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Support custom wait events for wait event type "Extension"
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Fix overly strict Assert in jsonpath code