fix package.xml
[m6w6/ext-pq] / php_pq_type.h
index a1b373596e1791d1621b195b2adcbadb8762ef50..5545028c85de13f5a4be249760d192d9f5281e88 100644 (file)
@@ -97,6 +97,18 @@ PHP_PQ_TYPE("JSONARRAY", 199)
 # define PHP_PQ_OID_PG_NODE_TREE 194
 #endif
 PHP_PQ_TYPE("PG_NODE_TREE", 194)
 # define PHP_PQ_OID_PG_NODE_TREE 194
 #endif
 PHP_PQ_TYPE("PG_NODE_TREE", 194)
+#ifndef PHP_PQ_OID_PG_NDISTINCT
+# define PHP_PQ_OID_PG_NDISTINCT 3361
+#endif
+PHP_PQ_TYPE("PG_NDISTINCT", 3361)
+#ifndef PHP_PQ_OID_PG_DEPENDENCIES
+# define PHP_PQ_OID_PG_DEPENDENCIES 3402
+#endif
+PHP_PQ_TYPE("PG_DEPENDENCIES", 3402)
+#ifndef PHP_PQ_OID_PG_DDL_COMMAND
+# define PHP_PQ_OID_PG_DDL_COMMAND 32
+#endif
+PHP_PQ_TYPE("PG_DDL_COMMAND", 32)
 #ifndef PHP_PQ_OID_SMGR
 # define PHP_PQ_OID_SMGR 210
 #endif
 #ifndef PHP_PQ_OID_SMGR
 # define PHP_PQ_OID_SMGR 210
 #endif
@@ -181,6 +193,10 @@ PHP_PQ_TYPE("INET", 869)
 # define PHP_PQ_OID_CIDR 650
 #endif
 PHP_PQ_TYPE("CIDR", 650)
 # define PHP_PQ_OID_CIDR 650
 #endif
 PHP_PQ_TYPE("CIDR", 650)
+#ifndef PHP_PQ_OID_MACADDR8
+# define PHP_PQ_OID_MACADDR8 774
+#endif
+PHP_PQ_TYPE("MACADDR8", 774)
 #ifndef PHP_PQ_OID_BOOLARRAY
 # define PHP_PQ_OID_BOOLARRAY 1000
 #endif
 #ifndef PHP_PQ_OID_BOOLARRAY
 # define PHP_PQ_OID_BOOLARRAY 1000
 #endif
@@ -301,6 +317,10 @@ PHP_PQ_TYPE("ACLITEMARRAY", 1034)
 # define PHP_PQ_OID_MACADDRARRAY 1040
 #endif
 PHP_PQ_TYPE("MACADDRARRAY", 1040)
 # define PHP_PQ_OID_MACADDRARRAY 1040
 #endif
 PHP_PQ_TYPE("MACADDRARRAY", 1040)
+#ifndef PHP_PQ_OID_MACADDR8ARRAY
+# define PHP_PQ_OID_MACADDR8ARRAY 775
+#endif
+PHP_PQ_TYPE("MACADDR8ARRAY", 775)
 #ifndef PHP_PQ_OID_INETARRAY
 # define PHP_PQ_OID_INETARRAY 1041
 #endif
 #ifndef PHP_PQ_OID_INETARRAY
 # define PHP_PQ_OID_INETARRAY 1041
 #endif
@@ -421,6 +441,14 @@ PHP_PQ_TYPE("REGCLASS", 2205)
 # define PHP_PQ_OID_REGTYPE 2206
 #endif
 PHP_PQ_TYPE("REGTYPE", 2206)
 # define PHP_PQ_OID_REGTYPE 2206
 #endif
 PHP_PQ_TYPE("REGTYPE", 2206)
+#ifndef PHP_PQ_OID_REGROLE
+# define PHP_PQ_OID_REGROLE 4096
+#endif
+PHP_PQ_TYPE("REGROLE", 4096)
+#ifndef PHP_PQ_OID_REGNAMESPACE
+# define PHP_PQ_OID_REGNAMESPACE 4089
+#endif
+PHP_PQ_TYPE("REGNAMESPACE", 4089)
 #ifndef PHP_PQ_OID_REGPROCEDUREARRAY
 # define PHP_PQ_OID_REGPROCEDUREARRAY 2207
 #endif
 #ifndef PHP_PQ_OID_REGPROCEDUREARRAY
 # define PHP_PQ_OID_REGPROCEDUREARRAY 2207
 #endif
@@ -441,6 +469,14 @@ PHP_PQ_TYPE("REGCLASSARRAY", 2210)
 # define PHP_PQ_OID_REGTYPEARRAY 2211
 #endif
 PHP_PQ_TYPE("REGTYPEARRAY", 2211)
 # define PHP_PQ_OID_REGTYPEARRAY 2211
 #endif
 PHP_PQ_TYPE("REGTYPEARRAY", 2211)
+#ifndef PHP_PQ_OID_REGROLEARRAY
+# define PHP_PQ_OID_REGROLEARRAY 4097
+#endif
+PHP_PQ_TYPE("REGROLEARRAY", 4097)
+#ifndef PHP_PQ_OID_REGNAMESPACEARRAY
+# define PHP_PQ_OID_REGNAMESPACEARRAY 4090
+#endif
+PHP_PQ_TYPE("REGNAMESPACEARRAY", 4090)
 #ifndef PHP_PQ_OID_UUID
 # define PHP_PQ_OID_UUID 2950
 #endif
 #ifndef PHP_PQ_OID_UUID
 # define PHP_PQ_OID_UUID 2950
 #endif
@@ -621,6 +657,14 @@ PHP_PQ_TYPE("ANYENUM", 3500)
 # define PHP_PQ_OID_FDW_HANDLER 3115
 #endif
 PHP_PQ_TYPE("FDW_HANDLER", 3115)
 # define PHP_PQ_OID_FDW_HANDLER 3115
 #endif
 PHP_PQ_TYPE("FDW_HANDLER", 3115)
+#ifndef PHP_PQ_OID_INDEX_AM_HANDLER
+# define PHP_PQ_OID_INDEX_AM_HANDLER 325
+#endif
+PHP_PQ_TYPE("INDEX_AM_HANDLER", 325)
+#ifndef PHP_PQ_OID_TSM_HANDLER
+# define PHP_PQ_OID_TSM_HANDLER 3310
+#endif
+PHP_PQ_TYPE("TSM_HANDLER", 3310)
 #ifndef PHP_PQ_OID_ANYRANGE
 # define PHP_PQ_OID_ANYRANGE 3831
 #endif
 #ifndef PHP_PQ_OID_ANYRANGE
 # define PHP_PQ_OID_ANYRANGE 3831
 #endif
@@ -633,6 +677,7 @@ PHP_PQ_TYPE("ANYRANGE", 3831)
        ||      ((oid) == 629) \
        ||      ((oid) == 651) \
        ||      ((oid) == 719) \
        ||      ((oid) == 629) \
        ||      ((oid) == 651) \
        ||      ((oid) == 719) \
+       ||      ((oid) == 775) \
        ||      ((oid) == 791) \
        ||      ((oid) == 1000) \
        ||      ((oid) == 1001) \
        ||      ((oid) == 791) \
        ||      ((oid) == 1000) \
        ||      ((oid) == 1001) \
@@ -696,6 +741,8 @@ PHP_PQ_TYPE("ANYRANGE", 3831)
        ||      ((oid) == 3911) \
        ||      ((oid) == 3913) \
        ||      ((oid) == 3927) \
        ||      ((oid) == 3911) \
        ||      ((oid) == 3913) \
        ||      ((oid) == 3927) \
+       ||      ((oid) == 4090) \
+       ||      ((oid) == 4097) \
 )
 #endif
 #ifndef PHP_PQ_TYPE_OF_ARRAY
 )
 #endif
 #ifndef PHP_PQ_TYPE_OF_ARRAY
@@ -705,6 +752,7 @@ PHP_PQ_TYPE("ANYRANGE", 3831)
        (oid) == 629 ? 628 : \
        (oid) == 651 ? 650 : \
        (oid) == 719 ? 718 : \
        (oid) == 629 ? 628 : \
        (oid) == 651 ? 650 : \
        (oid) == 719 ? 718 : \
+       (oid) == 775 ? 774 : \
        (oid) == 791 ? 790 : \
        (oid) == 1000 ? 16 : \
        (oid) == 1001 ? 17 : \
        (oid) == 791 ? 790 : \
        (oid) == 1000 ? 16 : \
        (oid) == 1001 ? 17 : \
@@ -767,7 +815,9 @@ PHP_PQ_TYPE("ANYRANGE", 3831)
        (oid) == 3909 ? 3908 : \
        (oid) == 3911 ? 3910 : \
        (oid) == 3913 ? 3912 : \
        (oid) == 3909 ? 3908 : \
        (oid) == 3911 ? 3910 : \
        (oid) == 3913 ? 3912 : \
-       (oid) == 3927 ? 3926 : 0 \
+       (oid) == 3927 ? 3926 : \
+       (oid) == 4090 ? 4089 : \
+       (oid) == 4097 ? 4096 : 0 \
 )
 #endif
 #ifndef PHP_PQ_DELIM_OF_ARRAY
 )
 #endif
 #ifndef PHP_PQ_DELIM_OF_ARRAY
@@ -787,6 +837,7 @@ PHP_PQ_TYPE("ANYRANGE", 3831)
        (oid) == 28 ? '\054' : \
        (oid) == 29 ? '\054' : \
        (oid) == 30 ? '\054' : \
        (oid) == 28 ? '\054' : \
        (oid) == 29 ? '\054' : \
        (oid) == 30 ? '\054' : \
+       (oid) == 32 ? '\054' : \
        (oid) == 71 ? '\054' : \
        (oid) == 75 ? '\054' : \
        (oid) == 81 ? '\054' : \
        (oid) == 71 ? '\054' : \
        (oid) == 75 ? '\054' : \
        (oid) == 81 ? '\054' : \
@@ -797,6 +848,7 @@ PHP_PQ_TYPE("ANYRANGE", 3831)
        (oid) == 194 ? '\054' : \
        (oid) == 199 ? '\054' : \
        (oid) == 210 ? '\054' : \
        (oid) == 194 ? '\054' : \
        (oid) == 199 ? '\054' : \
        (oid) == 210 ? '\054' : \
+       (oid) == 325 ? '\054' : \
        (oid) == 600 ? '\054' : \
        (oid) == 601 ? '\054' : \
        (oid) == 602 ? '\054' : \
        (oid) == 600 ? '\054' : \
        (oid) == 601 ? '\054' : \
        (oid) == 602 ? '\054' : \
@@ -814,6 +866,8 @@ PHP_PQ_TYPE("ANYRANGE", 3831)
        (oid) == 705 ? '\054' : \
        (oid) == 718 ? '\054' : \
        (oid) == 719 ? '\054' : \
        (oid) == 705 ? '\054' : \
        (oid) == 718 ? '\054' : \
        (oid) == 719 ? '\054' : \
+       (oid) == 774 ? '\054' : \
+       (oid) == 775 ? '\054' : \
        (oid) == 790 ? '\054' : \
        (oid) == 791 ? '\054' : \
        (oid) == 829 ? '\054' : \
        (oid) == 790 ? '\054' : \
        (oid) == 791 ? '\054' : \
        (oid) == 829 ? '\054' : \
@@ -901,6 +955,9 @@ PHP_PQ_TYPE("ANYRANGE", 3831)
        (oid) == 3115 ? '\054' : \
        (oid) == 3220 ? '\054' : \
        (oid) == 3221 ? '\054' : \
        (oid) == 3115 ? '\054' : \
        (oid) == 3220 ? '\054' : \
        (oid) == 3221 ? '\054' : \
+       (oid) == 3310 ? '\054' : \
+       (oid) == 3361 ? '\054' : \
+       (oid) == 3402 ? '\054' : \
        (oid) == 3500 ? '\054' : \
        (oid) == 3614 ? '\054' : \
        (oid) == 3615 ? '\054' : \
        (oid) == 3500 ? '\054' : \
        (oid) == 3614 ? '\054' : \
        (oid) == 3615 ? '\054' : \
@@ -927,6 +984,11 @@ PHP_PQ_TYPE("ANYRANGE", 3831)
        (oid) == 3912 ? '\054' : \
        (oid) == 3913 ? '\054' : \
        (oid) == 3926 ? '\054' : \
        (oid) == 3912 ? '\054' : \
        (oid) == 3913 ? '\054' : \
        (oid) == 3926 ? '\054' : \
-       (oid) == 3927 ? '\054' : 0 \
+       (oid) == 3927 ? '\054' : \
+       (oid) == 4089 ? '\054' : \
+       (oid) == 4090 ? '\054' : \
+       (oid) == 4096 ? '\054' : \
+       (oid) == 4097 ? '\054' : \
+       0 \
 )
 #endif
 )
 #endif