Change my-function-name-- to my_function_name, and optimizer renames.
authorBruce Momjian <[email protected]>
Sat, 13 Feb 1999 23:22:44 +0000 (23:22 +0000)
committerBruce Momjian <[email protected]>
Sat, 13 Feb 1999 23:22:44 +0000 (23:22 +0000)
options.c

index f16ec4bc4a5219df5335888753217aaed548bbfd..ed34a1ca022d41c6739589c4bde9e5060f86b389 100644 (file)
--- 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: