]> granicus.if.org Git - postgresql/commitdiff
Synced ecpg's pg_type.h with the one used in the backend.
authorMichael Meskes <meskes@postgresql.org>
Tue, 23 May 2017 07:48:51 +0000 (09:48 +0200)
committerMichael Meskes <meskes@postgresql.org>
Tue, 23 May 2017 07:48:51 +0000 (09:48 +0200)
Patch by Vinayak Pokale.

src/interfaces/ecpg/ecpglib/pg_type.h

index c86af256dc69fc8656fe19b0a197314e78c31c89..467824e5eaeb4cae516ae2a5a703561610453386 100644 (file)
 #define ZPBITOID        1560
 #define VARBITOID        1562
 #define NUMERICOID             1700
+#define REFCURSOROID    1790
+#define REGPROCEDUREOID 2202
+#define REGOPEROID      2203
+#define REGOPERATOROID  2204
+#define REGCLASSOID     2205
+#define REGTYPEOID      2206
+#define REGROLEOID      4096
+#define REGNAMESPACEOID     4089
+#define REGTYPEARRAYOID 2211
+#define UUIDOID 2950
+#define LSNOID          3220
+#define TSVECTOROID     3614
+#define GTSVECTOROID    3642
+#define TSQUERYOID      3615
+#define REGCONFIGOID    3734
+#define REGDICTIONARYOID    3769
+#define JSONBOID 3802
+#define INT4RANGEOID        3904 
 
 #endif   /* PG_TYPE_H */