diff options
author | Bruce Momjian | 2001-02-11 13:58:12 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-02-11 13:58:12 +0000 |
commit | 72f3b9fce91cd54e68d9b022fbc4d465f73efdd7 (patch) | |
tree | d16f0fb6d0e98aa6500907b269efdac096c39d56 /src/interfaces/odbc/connection.h | |
parent | 9c891acd52973cb715dd820540710d0fdfafbf32 (diff) |
More cleanups.
Diffstat (limited to 'src/interfaces/odbc/connection.h')
-rw-r--r-- | src/interfaces/odbc/connection.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/odbc/connection.h b/src/interfaces/odbc/connection.h index 75df0ed9f87..706420ef568 100644 --- a/src/interfaces/odbc/connection.h +++ b/src/interfaces/odbc/connection.h @@ -29,12 +29,12 @@ typedef enum { - CONN_NOT_CONNECTED, /* Connection has not been established */ - CONN_CONNECTED, /* Connection is up and has been - * established */ - CONN_DOWN, /* Connection is broken */ - CONN_EXECUTING /* the connection is currently executing a - * statement */ + CONN_NOT_CONNECTED, /* Connection has not been established */ + CONN_CONNECTED, /* Connection is up and has been + * established */ + CONN_DOWN, /* Connection is broken */ + CONN_EXECUTING /* the connection is currently executing a + * statement */ } CONN_Status; /* These errors have general sql error state */ |