~ubuntu-branches/ubuntu/trusty/psqlodbc/trusty-proposed

« back to all changes in this revision

Viewing changes to pgtypes.h

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2013-05-31 22:29:52 UTC
  • mfrom: (13.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130531222952-hg1ou0c3xa2jdix7
Tags: 1:09.01.0200-2
* Versioned Breaks: libiodbc2 (<< 3.52.7-3~), it is multiarch-aware now.
  (Fixes co-installability with KDE, Closes: #703047.)
* Add build-time test and autopkgtest using isql; autopkgtest will also test
  using iodbctest. (Needs pg-common >= 144 for pg_virtualenv.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
#define PG_TYPE_UUID                    2950
81
81
#define INTERNAL_ASIS_TYPE              (-9999)
82
82
 
 
83
#define TYPE_MAY_BE_ARRAY(type) ((type) == PG_TYPE_XMLARRAY || ((type) >= 1000 && (type) <= 1041)) 
83
84
/* extern Int4 pgtypes_defined[]; */
84
85
extern SQLSMALLINT sqlTypes[];
85
86