Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d951db2

Browse files
author
Michael Meskes
committed
Synced ecpg's pg_type.h with the one used in the backend.
Patch by Vinayak Pokale.
1 parent 312bac5 commit d951db2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/interfaces/ecpg/ecpglib/pg_type.h

+18
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,23 @@
5757
#define ZPBITOID 1560
5858
#define VARBITOID 1562
5959
#define NUMERICOID 1700
60+
#define REFCURSOROID 1790
61+
#define REGPROCEDUREOID 2202
62+
#define REGOPEROID 2203
63+
#define REGOPERATOROID 2204
64+
#define REGCLASSOID 2205
65+
#define REGTYPEOID 2206
66+
#define REGROLEOID 4096
67+
#define REGNAMESPACEOID 4089
68+
#define REGTYPEARRAYOID 2211
69+
#define UUIDOID 2950
70+
#define LSNOID 3220
71+
#define TSVECTOROID 3614
72+
#define GTSVECTOROID 3642
73+
#define TSQUERYOID 3615
74+
#define REGCONFIGOID 3734
75+
#define REGDICTIONARYOID 3769
76+
#define JSONBOID 3802
77+
#define INT4RANGEOID 3904
6078

6179
#endif /* PG_TYPE_H */

0 commit comments

Comments
 (0)