From c09ca00f09436d3312b4fa15242e7c3048f3d178 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Feb 1999 23:22:44 +0000 Subject: [PATCH] Change my-function-name-- to my_function_name, and optimizer renames. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index f16ec4b..ed34a1c 100644 --- a/options.c +++ b/options.c @@ -270,7 +270,7 @@ int i; switch (fOption) { - /* Statement Options -- + /* Statement Options (apply to all stmts on the connection and become defaults for new stmts) */ case SQL_ASYNC_ENABLE: -- 2.39.5