1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-29 12:02:15 +03:00

Revert "Fix search_path to a safe value during maintenance operations."

This reverts commit 05e1737351.
This commit is contained in:
Jeff Davis
2023-06-10 08:11:02 -07:00
parent a1cd982098
commit 2fcc7ee7af
15 changed files with 16 additions and 48 deletions

View File

@@ -201,12 +201,6 @@ typedef enum
#define GUC_QUALIFIER_SEPARATOR '.'
/*
* Safe search path when executing code as the table owner, such as during
* maintenance operations.
*/
#define GUC_SAFE_SEARCH_PATH "pg_catalog, pg_temp"
/*
* Bit values in "flags" of a GUC variable. Note that these don't appear
* on disk, so we can reassign their values freely.