diff options
| author | Jeff Davis | 2023-06-10 15:11:02 +0000 |
|---|---|---|
| committer | Jeff Davis | 2023-06-10 15:11:41 +0000 |
| commit | 2fcc7ee7affe2fb708d7b2727e93981216b5d2f8 (patch) | |
| tree | 76aead4238902c2ea4569bf63e61a1c804c8f4ee /src/include/utils | |
| parent | a1cd982098c8f6a714870ae512b4a9cdeacb9440 (diff) | |
Revert "Fix search_path to a safe value during maintenance operations."
This reverts commit 05e17373517114167d002494e004fa0aa32d1fd1.
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/guc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index edd82a551ba..d5253c7ed23 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -202,12 +202,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. */ |
