pgsql: Rename OverrideSearchPath to SearchPathMatcher. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Rename OverrideSearchPath to SearchPathMatcher.
Date
Msg-id E1qQcsz-0003rZ-59@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Support custom wait events for wait event type "Extension"
Next
From: David Rowley
Date:
Subject: pgsql: Fix overly strict Assert in jsonpath code