diff options
author | Bruce Momjian | 2000-05-27 03:35:14 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-05-27 03:35:14 +0000 |
commit | ddae527c965cb257082abbac251dfc8444d389f8 (patch) | |
tree | 065edeb96457932e94701c67a0725e6bfa465c22 /src/interfaces/odbc/dlg_specific.h | |
parent | c328e75a6fdccdc6923c4474461dd72ee8c13495 (diff) |
Remove // comments from ODBC.
Diffstat (limited to 'src/interfaces/odbc/dlg_specific.h')
-rw-r--r-- | src/interfaces/odbc/dlg_specific.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/odbc/dlg_specific.h b/src/interfaces/odbc/dlg_specific.h index 7fff962a9fd..044992a09f5 100644 --- a/src/interfaces/odbc/dlg_specific.h +++ b/src/interfaces/odbc/dlg_specific.h @@ -91,15 +91,15 @@ /* Connection Defaults */ #define DEFAULT_PORT "5432" #define DEFAULT_READONLY 1 -#define DEFAULT_PROTOCOL "6.4" // the latest protocol is the default +#define DEFAULT_PROTOCOL "6.4" /* the latest protocol is the default */ #define DEFAULT_USEDECLAREFETCH 0 #define DEFAULT_TEXTASLONGVARCHAR 1 #define DEFAULT_UNKNOWNSASLONGVARCHAR 0 #define DEFAULT_BOOLSASCHAR 1 -#define DEFAULT_OPTIMIZER 1 // disable -#define DEFAULT_KSQO 1 // on -#define DEFAULT_UNIQUEINDEX 0 // dont recognize -#define DEFAULT_COMMLOG 0 // dont log +#define DEFAULT_OPTIMIZER 1 /* disable */ +#define DEFAULT_KSQO 1 /* on */ +#define DEFAULT_UNIQUEINDEX 0 /* dont recognize */ +#define DEFAULT_COMMLOG 0 /* dont log */ #define DEFAULT_DEBUG 0 #define DEFAULT_UNKNOWNSIZES UNKNOWNS_AS_MAX @@ -107,7 +107,7 @@ #define DEFAULT_FAKEOIDINDEX 0 #define DEFAULT_SHOWOIDCOLUMN 0 #define DEFAULT_ROWVERSIONING 0 -#define DEFAULT_SHOWSYSTEMTABLES 0 // dont show system tables +#define DEFAULT_SHOWSYSTEMTABLES 0 /* dont show system tables */ #define DEFAULT_LIE 0 #define DEFAULT_PARSE 0 |