From cf1478982cbe5637f0e78f88a28bf5d8ecfb389f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 22 May 1999 17:47:54 +0000 Subject: Modify backend switch parsing to prevent 'insecure' switches from being accepted when they are passed from client connection request. Get rid of a couple that no longer do anything (like -P). --- src/include/utils/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/utils/trace.h') diff --git a/src/include/utils/trace.h b/src/include/utils/trace.h index 4695e865aa7..29bda724862 100644 --- a/src/include/utils/trace.h +++ b/src/include/utils/trace.h @@ -33,7 +33,7 @@ extern int eprintf(const char *fmt,...); extern int option_flag(int flag); extern int set_option_flag(int flag, int value); extern void write_syslog(int level, char *line); -extern void parse_options(char *str); +extern void parse_options(char *str, bool secure); extern void read_pg_options(SIGNAL_ARGS); /* -- cgit v1.2.3