summaryrefslogtreecommitdiff
path: root/src/include/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils')
-rw-r--r--src/include/utils/guc.h6
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.
*/