mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Synced ecpg's pg_type.h with the one used in the backend.
Patch by Vinayak Pokale.
This commit is contained in:
parent
312bac54cc
commit
d951db2eff
@ -57,5 +57,23 @@
|
||||
#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 */
|
||||
|
Loading…
Reference in New Issue
Block a user