aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/isql.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-02-11 13:58:12 +0000
committerBruce Momjian <bruce@momjian.us>2001-02-11 13:58:12 +0000
commit72f3b9fce91cd54e68d9b022fbc4d465f73efdd7 (patch)
treed16f0fb6d0e98aa6500907b269efdac096c39d56 /src/interfaces/odbc/isql.h
parent9c891acd52973cb715dd820540710d0fdfafbf32 (diff)
downloadpostgresql-72f3b9fce91cd54e68d9b022fbc4d465f73efdd7.tar.gz
postgresql-72f3b9fce91cd54e68d9b022fbc4d465f73efdd7.zip
More cleanups.
Diffstat (limited to 'src/interfaces/odbc/isql.h')
-rw-r--r--src/interfaces/odbc/isql.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interfaces/odbc/isql.h b/src/interfaces/odbc/isql.h
index adf8bd922e8..5365ddd7af9 100644
--- a/src/interfaces/odbc/isql.h
+++ b/src/interfaces/odbc/isql.h
@@ -30,11 +30,11 @@ typedef signed short RETCODE;
#define SQL_MAX_DSN_LENGTH 32
/* return code */
-#define SQL_INVALID_HANDLE (-2)
-#define SQL_ERROR (-1)
-#define SQL_SUCCESS 0
-#define SQL_SUCCESS_WITH_INFO 1
-#define SQL_NO_DATA_FOUND 100
+#define SQL_INVALID_HANDLE (-2)
+#define SQL_ERROR (-1)
+#define SQL_SUCCESS 0
+#define SQL_SUCCESS_WITH_INFO 1
+#define SQL_NO_DATA_FOUND 100
/* standard SQL datatypes (agree with ANSI type numbering) */
#define SQL_CHAR 1