Remove PushOverrideSearchPath() and PopOverrideSearchPath(). Since commit 681d9e4621aac0a9c71364b6f54f00f6d8c4337f, they have no in-tree calls. Any new calls would introduce security vulnerabilities like the one fixed in that commit.
Alexander Lakhin, reviewed by Aleksander Alekseev. Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/7c5c4e1c0396b0617a6f9b659dd7375fb0bfb9dc Modified Files -------------- src/backend/catalog/namespace.c | 233 +-------------------------------------- src/backend/commands/extension.c | 5 - src/include/catalog/namespace.h | 2 - src/tools/pgindent/typedefs.list | 1 - 4 files changed, 6 insertions(+), 235 deletions(-)
