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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user