pgsql: Rename OverrideSearchPath to SearchPathMatcher.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename OverrideSearchPath to SearchPathMatcher.
Date: 2023-08-01 00:05:14
Message-ID: E1qQcsz-0003rZ-59@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-08-01 13:40:17 pgsql: Fix overly strict Assert in jsonpath code
Previous Message Jeff Davis 2023-07-31 22:22:07 Re: pgsql: Fix search_path to a safe value during maintenance operations.