diff options
Diffstat (limited to 'src/include/fe_utils/connect.h')
-rw-r--r-- | src/include/fe_utils/connect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fe_utils/connect.h b/src/include/fe_utils/connect.h index fa293d2458d..d62f5a37243 100644 --- a/src/include/fe_utils/connect.h +++ b/src/include/fe_utils/connect.h @@ -23,6 +23,6 @@ * might work with the old server, skip this. */ #define ALWAYS_SECURE_SEARCH_PATH_SQL \ - "SELECT pg_catalog.set_config('search_path', '', false)" + "SELECT pg_catalog.set_config('search_path', '', false);" #endif /* CONNECT_H */ |