Explicitly unset search path when connecting to database

This commit is contained in:
Ian Barwick
2020-05-22 16:00:39 +09:00
parent aaea24b58b
commit e65738c989
5 changed files with 27 additions and 4 deletions

View File

@@ -238,6 +238,7 @@ typedef struct
/* undocumented test settings */
int promote_delay;
char connection_check_query[MAXLEN];
} t_configuration_options;