diff options
author | Byron Nikolaidis <byronn@insightdist.com> | 1999-01-06 20:44:08 +0000 |
---|---|---|
committer | Byron Nikolaidis <byronn@insightdist.com> | 1999-01-06 20:44:08 +0000 |
commit | a1164a25089e98fc7575f31c2dc8fdbed766229b (patch) | |
tree | dd0890b5075d88be25a1e9ddd32af285f9674cd6 /src/interfaces/odbc/pgtypes.h | |
parent | dfa23f5e41b98b8054439a4886621784798949f4 (diff) | |
download | postgresql-a1164a25089e98fc7575f31c2dc8fdbed766229b.tar.gz postgresql-a1164a25089e98fc7575f31c2dc8fdbed766229b.zip |
Update 06-40-0003
Diffstat (limited to 'src/interfaces/odbc/pgtypes.h')
-rw-r--r-- | src/interfaces/odbc/pgtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/pgtypes.h b/src/interfaces/odbc/pgtypes.h index b1da5aa2538..3d97dec8c40 100644 --- a/src/interfaces/odbc/pgtypes.h +++ b/src/interfaces/odbc/pgtypes.h @@ -60,7 +60,7 @@ #define PG_TYPE_DATETIME 1184 #define PG_TYPE_TIMESTAMP 1296 -extern Int4 pgtypes_defined[]; +/* extern Int4 pgtypes_defined[]; */ extern Int2 sqlTypes[]; /* Defines for pgtype_precision */ |