travis: fix expectations
[m6w6/ext-pq] / php_pq_type.h
1 #ifndef PHP_PQ_TYPE
2 # define PHP_PQ_TYPE(t,o)
3 #endif
4 #ifndef PHP_PQ_OID_BOOL
5 # define PHP_PQ_OID_BOOL 16
6 #endif
7 PHP_PQ_TYPE("BOOL", 16)
8 #ifndef PHP_PQ_OID_BYTEA
9 # define PHP_PQ_OID_BYTEA 17
10 #endif
11 PHP_PQ_TYPE("BYTEA", 17)
12 #ifndef PHP_PQ_OID_CHAR
13 # define PHP_PQ_OID_CHAR 18
14 #endif
15 PHP_PQ_TYPE("CHAR", 18)
16 #ifndef PHP_PQ_OID_NAME
17 # define PHP_PQ_OID_NAME 19
18 #endif
19 PHP_PQ_TYPE("NAME", 19)
20 #ifndef PHP_PQ_OID_INT8
21 # define PHP_PQ_OID_INT8 20
22 #endif
23 PHP_PQ_TYPE("INT8", 20)
24 #ifndef PHP_PQ_OID_INT2
25 # define PHP_PQ_OID_INT2 21
26 #endif
27 PHP_PQ_TYPE("INT2", 21)
28 #ifndef PHP_PQ_OID_INT2VECTOR
29 # define PHP_PQ_OID_INT2VECTOR 22
30 #endif
31 PHP_PQ_TYPE("INT2VECTOR", 22)
32 #ifndef PHP_PQ_OID_INT4
33 # define PHP_PQ_OID_INT4 23
34 #endif
35 PHP_PQ_TYPE("INT4", 23)
36 #ifndef PHP_PQ_OID_REGPROC
37 # define PHP_PQ_OID_REGPROC 24
38 #endif
39 PHP_PQ_TYPE("REGPROC", 24)
40 #ifndef PHP_PQ_OID_TEXT
41 # define PHP_PQ_OID_TEXT 25
42 #endif
43 PHP_PQ_TYPE("TEXT", 25)
44 #ifndef PHP_PQ_OID_OID
45 # define PHP_PQ_OID_OID 26
46 #endif
47 PHP_PQ_TYPE("OID", 26)
48 #ifndef PHP_PQ_OID_TID
49 # define PHP_PQ_OID_TID 27
50 #endif
51 PHP_PQ_TYPE("TID", 27)
52 #ifndef PHP_PQ_OID_XID
53 # define PHP_PQ_OID_XID 28
54 #endif
55 PHP_PQ_TYPE("XID", 28)
56 #ifndef PHP_PQ_OID_CID
57 # define PHP_PQ_OID_CID 29
58 #endif
59 PHP_PQ_TYPE("CID", 29)
60 #ifndef PHP_PQ_OID_OIDVECTOR
61 # define PHP_PQ_OID_OIDVECTOR 30
62 #endif
63 PHP_PQ_TYPE("OIDVECTOR", 30)
64 #ifndef PHP_PQ_OID_PG_TYPE
65 # define PHP_PQ_OID_PG_TYPE 71
66 #endif
67 PHP_PQ_TYPE("PG_TYPE", 71)
68 #ifndef PHP_PQ_OID_PG_ATTRIBUTE
69 # define PHP_PQ_OID_PG_ATTRIBUTE 75
70 #endif
71 PHP_PQ_TYPE("PG_ATTRIBUTE", 75)
72 #ifndef PHP_PQ_OID_PG_PROC
73 # define PHP_PQ_OID_PG_PROC 81
74 #endif
75 PHP_PQ_TYPE("PG_PROC", 81)
76 #ifndef PHP_PQ_OID_PG_CLASS
77 # define PHP_PQ_OID_PG_CLASS 83
78 #endif
79 PHP_PQ_TYPE("PG_CLASS", 83)
80 #ifndef PHP_PQ_OID_JSON
81 # define PHP_PQ_OID_JSON 114
82 #endif
83 PHP_PQ_TYPE("JSON", 114)
84 #ifndef PHP_PQ_OID_XML
85 # define PHP_PQ_OID_XML 142
86 #endif
87 PHP_PQ_TYPE("XML", 142)
88 #ifndef PHP_PQ_OID_XMLARRAY
89 # define PHP_PQ_OID_XMLARRAY 143
90 #endif
91 PHP_PQ_TYPE("XMLARRAY", 143)
92 #ifndef PHP_PQ_OID_JSONARRAY
93 # define PHP_PQ_OID_JSONARRAY 199
94 #endif
95 PHP_PQ_TYPE("JSONARRAY", 199)
96 #ifndef PHP_PQ_OID_PG_NODE_TREE
97 # define PHP_PQ_OID_PG_NODE_TREE 194
98 #endif
99 PHP_PQ_TYPE("PG_NODE_TREE", 194)
100 #ifndef PHP_PQ_OID_PG_DDL_COMMAND
101 # define PHP_PQ_OID_PG_DDL_COMMAND 32
102 #endif
103 PHP_PQ_TYPE("PG_DDL_COMMAND", 32)
104 #ifndef PHP_PQ_OID_SMGR
105 # define PHP_PQ_OID_SMGR 210
106 #endif
107 PHP_PQ_TYPE("SMGR", 210)
108 #ifndef PHP_PQ_OID_POINT
109 # define PHP_PQ_OID_POINT 600
110 #endif
111 PHP_PQ_TYPE("POINT", 600)
112 #ifndef PHP_PQ_OID_LSEG
113 # define PHP_PQ_OID_LSEG 601
114 #endif
115 PHP_PQ_TYPE("LSEG", 601)
116 #ifndef PHP_PQ_OID_PATH
117 # define PHP_PQ_OID_PATH 602
118 #endif
119 PHP_PQ_TYPE("PATH", 602)
120 #ifndef PHP_PQ_OID_BOX
121 # define PHP_PQ_OID_BOX 603
122 #endif
123 PHP_PQ_TYPE("BOX", 603)
124 #ifndef PHP_PQ_OID_POLYGON
125 # define PHP_PQ_OID_POLYGON 604
126 #endif
127 PHP_PQ_TYPE("POLYGON", 604)
128 #ifndef PHP_PQ_OID_LINE
129 # define PHP_PQ_OID_LINE 628
130 #endif
131 PHP_PQ_TYPE("LINE", 628)
132 #ifndef PHP_PQ_OID_LINEARRAY
133 # define PHP_PQ_OID_LINEARRAY 629
134 #endif
135 PHP_PQ_TYPE("LINEARRAY", 629)
136 #ifndef PHP_PQ_OID_FLOAT4
137 # define PHP_PQ_OID_FLOAT4 700
138 #endif
139 PHP_PQ_TYPE("FLOAT4", 700)
140 #ifndef PHP_PQ_OID_FLOAT8
141 # define PHP_PQ_OID_FLOAT8 701
142 #endif
143 PHP_PQ_TYPE("FLOAT8", 701)
144 #ifndef PHP_PQ_OID_ABSTIME
145 # define PHP_PQ_OID_ABSTIME 702
146 #endif
147 PHP_PQ_TYPE("ABSTIME", 702)
148 #ifndef PHP_PQ_OID_RELTIME
149 # define PHP_PQ_OID_RELTIME 703
150 #endif
151 PHP_PQ_TYPE("RELTIME", 703)
152 #ifndef PHP_PQ_OID_TINTERVAL
153 # define PHP_PQ_OID_TINTERVAL 704
154 #endif
155 PHP_PQ_TYPE("TINTERVAL", 704)
156 #ifndef PHP_PQ_OID_UNKNOWN
157 # define PHP_PQ_OID_UNKNOWN 705
158 #endif
159 PHP_PQ_TYPE("UNKNOWN", 705)
160 #ifndef PHP_PQ_OID_CIRCLE
161 # define PHP_PQ_OID_CIRCLE 718
162 #endif
163 PHP_PQ_TYPE("CIRCLE", 718)
164 #ifndef PHP_PQ_OID_CIRCLEARRAY
165 # define PHP_PQ_OID_CIRCLEARRAY 719
166 #endif
167 PHP_PQ_TYPE("CIRCLEARRAY", 719)
168 #ifndef PHP_PQ_OID_MONEY
169 # define PHP_PQ_OID_MONEY 790
170 #endif
171 PHP_PQ_TYPE("MONEY", 790)
172 #ifndef PHP_PQ_OID_MONEYARRAY
173 # define PHP_PQ_OID_MONEYARRAY 791
174 #endif
175 PHP_PQ_TYPE("MONEYARRAY", 791)
176 #ifndef PHP_PQ_OID_MACADDR
177 # define PHP_PQ_OID_MACADDR 829
178 #endif
179 PHP_PQ_TYPE("MACADDR", 829)
180 #ifndef PHP_PQ_OID_INET
181 # define PHP_PQ_OID_INET 869
182 #endif
183 PHP_PQ_TYPE("INET", 869)
184 #ifndef PHP_PQ_OID_CIDR
185 # define PHP_PQ_OID_CIDR 650
186 #endif
187 PHP_PQ_TYPE("CIDR", 650)
188 #ifndef PHP_PQ_OID_BOOLARRAY
189 # define PHP_PQ_OID_BOOLARRAY 1000
190 #endif
191 PHP_PQ_TYPE("BOOLARRAY", 1000)
192 #ifndef PHP_PQ_OID_BYTEAARRAY
193 # define PHP_PQ_OID_BYTEAARRAY 1001
194 #endif
195 PHP_PQ_TYPE("BYTEAARRAY", 1001)
196 #ifndef PHP_PQ_OID_CHARARRAY
197 # define PHP_PQ_OID_CHARARRAY 1002
198 #endif
199 PHP_PQ_TYPE("CHARARRAY", 1002)
200 #ifndef PHP_PQ_OID_NAMEARRAY
201 # define PHP_PQ_OID_NAMEARRAY 1003
202 #endif
203 PHP_PQ_TYPE("NAMEARRAY", 1003)
204 #ifndef PHP_PQ_OID_INT2ARRAY
205 # define PHP_PQ_OID_INT2ARRAY 1005
206 #endif
207 PHP_PQ_TYPE("INT2ARRAY", 1005)
208 #ifndef PHP_PQ_OID_INT2VECTORARRAY
209 # define PHP_PQ_OID_INT2VECTORARRAY 1006
210 #endif
211 PHP_PQ_TYPE("INT2VECTORARRAY", 1006)
212 #ifndef PHP_PQ_OID_INT4ARRAY
213 # define PHP_PQ_OID_INT4ARRAY 1007
214 #endif
215 PHP_PQ_TYPE("INT4ARRAY", 1007)
216 #ifndef PHP_PQ_OID_REGPROCARRAY
217 # define PHP_PQ_OID_REGPROCARRAY 1008
218 #endif
219 PHP_PQ_TYPE("REGPROCARRAY", 1008)
220 #ifndef PHP_PQ_OID_TEXTARRAY
221 # define PHP_PQ_OID_TEXTARRAY 1009
222 #endif
223 PHP_PQ_TYPE("TEXTARRAY", 1009)
224 #ifndef PHP_PQ_OID_OIDARRAY
225 # define PHP_PQ_OID_OIDARRAY 1028
226 #endif
227 PHP_PQ_TYPE("OIDARRAY", 1028)
228 #ifndef PHP_PQ_OID_TIDARRAY
229 # define PHP_PQ_OID_TIDARRAY 1010
230 #endif
231 PHP_PQ_TYPE("TIDARRAY", 1010)
232 #ifndef PHP_PQ_OID_XIDARRAY
233 # define PHP_PQ_OID_XIDARRAY 1011
234 #endif
235 PHP_PQ_TYPE("XIDARRAY", 1011)
236 #ifndef PHP_PQ_OID_CIDARRAY
237 # define PHP_PQ_OID_CIDARRAY 1012
238 #endif
239 PHP_PQ_TYPE("CIDARRAY", 1012)
240 #ifndef PHP_PQ_OID_OIDVECTORARRAY
241 # define PHP_PQ_OID_OIDVECTORARRAY 1013
242 #endif
243 PHP_PQ_TYPE("OIDVECTORARRAY", 1013)
244 #ifndef PHP_PQ_OID_BPCHARARRAY
245 # define PHP_PQ_OID_BPCHARARRAY 1014
246 #endif
247 PHP_PQ_TYPE("BPCHARARRAY", 1014)
248 #ifndef PHP_PQ_OID_VARCHARARRAY
249 # define PHP_PQ_OID_VARCHARARRAY 1015
250 #endif
251 PHP_PQ_TYPE("VARCHARARRAY", 1015)
252 #ifndef PHP_PQ_OID_INT8ARRAY
253 # define PHP_PQ_OID_INT8ARRAY 1016
254 #endif
255 PHP_PQ_TYPE("INT8ARRAY", 1016)
256 #ifndef PHP_PQ_OID_POINTARRAY
257 # define PHP_PQ_OID_POINTARRAY 1017
258 #endif
259 PHP_PQ_TYPE("POINTARRAY", 1017)
260 #ifndef PHP_PQ_OID_LSEGARRAY
261 # define PHP_PQ_OID_LSEGARRAY 1018
262 #endif
263 PHP_PQ_TYPE("LSEGARRAY", 1018)
264 #ifndef PHP_PQ_OID_PATHARRAY
265 # define PHP_PQ_OID_PATHARRAY 1019
266 #endif
267 PHP_PQ_TYPE("PATHARRAY", 1019)
268 #ifndef PHP_PQ_OID_BOXARRAY
269 # define PHP_PQ_OID_BOXARRAY 1020
270 #endif
271 PHP_PQ_TYPE("BOXARRAY", 1020)
272 #ifndef PHP_PQ_OID_FLOAT4ARRAY
273 # define PHP_PQ_OID_FLOAT4ARRAY 1021
274 #endif
275 PHP_PQ_TYPE("FLOAT4ARRAY", 1021)
276 #ifndef PHP_PQ_OID_FLOAT8ARRAY
277 # define PHP_PQ_OID_FLOAT8ARRAY 1022
278 #endif
279 PHP_PQ_TYPE("FLOAT8ARRAY", 1022)
280 #ifndef PHP_PQ_OID_ABSTIMEARRAY
281 # define PHP_PQ_OID_ABSTIMEARRAY 1023
282 #endif
283 PHP_PQ_TYPE("ABSTIMEARRAY", 1023)
284 #ifndef PHP_PQ_OID_RELTIMEARRAY
285 # define PHP_PQ_OID_RELTIMEARRAY 1024
286 #endif
287 PHP_PQ_TYPE("RELTIMEARRAY", 1024)
288 #ifndef PHP_PQ_OID_TINTERVALARRAY
289 # define PHP_PQ_OID_TINTERVALARRAY 1025
290 #endif
291 PHP_PQ_TYPE("TINTERVALARRAY", 1025)
292 #ifndef PHP_PQ_OID_POLYGONARRAY
293 # define PHP_PQ_OID_POLYGONARRAY 1027
294 #endif
295 PHP_PQ_TYPE("POLYGONARRAY", 1027)
296 #ifndef PHP_PQ_OID_ACLITEM
297 # define PHP_PQ_OID_ACLITEM 1033
298 #endif
299 PHP_PQ_TYPE("ACLITEM", 1033)
300 #ifndef PHP_PQ_OID_ACLITEMARRAY
301 # define PHP_PQ_OID_ACLITEMARRAY 1034
302 #endif
303 PHP_PQ_TYPE("ACLITEMARRAY", 1034)
304 #ifndef PHP_PQ_OID_MACADDRARRAY
305 # define PHP_PQ_OID_MACADDRARRAY 1040
306 #endif
307 PHP_PQ_TYPE("MACADDRARRAY", 1040)
308 #ifndef PHP_PQ_OID_INETARRAY
309 # define PHP_PQ_OID_INETARRAY 1041
310 #endif
311 PHP_PQ_TYPE("INETARRAY", 1041)
312 #ifndef PHP_PQ_OID_CIDRARRAY
313 # define PHP_PQ_OID_CIDRARRAY 651
314 #endif
315 PHP_PQ_TYPE("CIDRARRAY", 651)
316 #ifndef PHP_PQ_OID_CSTRINGARRAY
317 # define PHP_PQ_OID_CSTRINGARRAY 1263
318 #endif
319 PHP_PQ_TYPE("CSTRINGARRAY", 1263)
320 #ifndef PHP_PQ_OID_BPCHAR
321 # define PHP_PQ_OID_BPCHAR 1042
322 #endif
323 PHP_PQ_TYPE("BPCHAR", 1042)
324 #ifndef PHP_PQ_OID_VARCHAR
325 # define PHP_PQ_OID_VARCHAR 1043
326 #endif
327 PHP_PQ_TYPE("VARCHAR", 1043)
328 #ifndef PHP_PQ_OID_DATE
329 # define PHP_PQ_OID_DATE 1082
330 #endif
331 PHP_PQ_TYPE("DATE", 1082)
332 #ifndef PHP_PQ_OID_TIME
333 # define PHP_PQ_OID_TIME 1083
334 #endif
335 PHP_PQ_TYPE("TIME", 1083)
336 #ifndef PHP_PQ_OID_TIMESTAMP
337 # define PHP_PQ_OID_TIMESTAMP 1114
338 #endif
339 PHP_PQ_TYPE("TIMESTAMP", 1114)
340 #ifndef PHP_PQ_OID_TIMESTAMPARRAY
341 # define PHP_PQ_OID_TIMESTAMPARRAY 1115
342 #endif
343 PHP_PQ_TYPE("TIMESTAMPARRAY", 1115)
344 #ifndef PHP_PQ_OID_DATEARRAY
345 # define PHP_PQ_OID_DATEARRAY 1182
346 #endif
347 PHP_PQ_TYPE("DATEARRAY", 1182)
348 #ifndef PHP_PQ_OID_TIMEARRAY
349 # define PHP_PQ_OID_TIMEARRAY 1183
350 #endif
351 PHP_PQ_TYPE("TIMEARRAY", 1183)
352 #ifndef PHP_PQ_OID_TIMESTAMPTZ
353 # define PHP_PQ_OID_TIMESTAMPTZ 1184
354 #endif
355 PHP_PQ_TYPE("TIMESTAMPTZ", 1184)
356 #ifndef PHP_PQ_OID_TIMESTAMPTZARRAY
357 # define PHP_PQ_OID_TIMESTAMPTZARRAY 1185
358 #endif
359 PHP_PQ_TYPE("TIMESTAMPTZARRAY", 1185)
360 #ifndef PHP_PQ_OID_INTERVAL
361 # define PHP_PQ_OID_INTERVAL 1186
362 #endif
363 PHP_PQ_TYPE("INTERVAL", 1186)
364 #ifndef PHP_PQ_OID_INTERVALARRAY
365 # define PHP_PQ_OID_INTERVALARRAY 1187
366 #endif
367 PHP_PQ_TYPE("INTERVALARRAY", 1187)
368 #ifndef PHP_PQ_OID_NUMERICARRAY
369 # define PHP_PQ_OID_NUMERICARRAY 1231
370 #endif
371 PHP_PQ_TYPE("NUMERICARRAY", 1231)
372 #ifndef PHP_PQ_OID_TIMETZ
373 # define PHP_PQ_OID_TIMETZ 1266
374 #endif
375 PHP_PQ_TYPE("TIMETZ", 1266)
376 #ifndef PHP_PQ_OID_TIMETZARRAY
377 # define PHP_PQ_OID_TIMETZARRAY 1270
378 #endif
379 PHP_PQ_TYPE("TIMETZARRAY", 1270)
380 #ifndef PHP_PQ_OID_BIT
381 # define PHP_PQ_OID_BIT 1560
382 #endif
383 PHP_PQ_TYPE("BIT", 1560)
384 #ifndef PHP_PQ_OID_BITARRAY
385 # define PHP_PQ_OID_BITARRAY 1561
386 #endif
387 PHP_PQ_TYPE("BITARRAY", 1561)
388 #ifndef PHP_PQ_OID_VARBIT
389 # define PHP_PQ_OID_VARBIT 1562
390 #endif
391 PHP_PQ_TYPE("VARBIT", 1562)
392 #ifndef PHP_PQ_OID_VARBITARRAY
393 # define PHP_PQ_OID_VARBITARRAY 1563
394 #endif
395 PHP_PQ_TYPE("VARBITARRAY", 1563)
396 #ifndef PHP_PQ_OID_NUMERIC
397 # define PHP_PQ_OID_NUMERIC 1700
398 #endif
399 PHP_PQ_TYPE("NUMERIC", 1700)
400 #ifndef PHP_PQ_OID_REFCURSOR
401 # define PHP_PQ_OID_REFCURSOR 1790
402 #endif
403 PHP_PQ_TYPE("REFCURSOR", 1790)
404 #ifndef PHP_PQ_OID_REFCURSORARRAY
405 # define PHP_PQ_OID_REFCURSORARRAY 2201
406 #endif
407 PHP_PQ_TYPE("REFCURSORARRAY", 2201)
408 #ifndef PHP_PQ_OID_REGPROCEDURE
409 # define PHP_PQ_OID_REGPROCEDURE 2202
410 #endif
411 PHP_PQ_TYPE("REGPROCEDURE", 2202)
412 #ifndef PHP_PQ_OID_REGOPER
413 # define PHP_PQ_OID_REGOPER 2203
414 #endif
415 PHP_PQ_TYPE("REGOPER", 2203)
416 #ifndef PHP_PQ_OID_REGOPERATOR
417 # define PHP_PQ_OID_REGOPERATOR 2204
418 #endif
419 PHP_PQ_TYPE("REGOPERATOR", 2204)
420 #ifndef PHP_PQ_OID_REGCLASS
421 # define PHP_PQ_OID_REGCLASS 2205
422 #endif
423 PHP_PQ_TYPE("REGCLASS", 2205)
424 #ifndef PHP_PQ_OID_REGTYPE
425 # define PHP_PQ_OID_REGTYPE 2206
426 #endif
427 PHP_PQ_TYPE("REGTYPE", 2206)
428 #ifndef PHP_PQ_OID_REGROLE
429 # define PHP_PQ_OID_REGROLE 4096
430 #endif
431 PHP_PQ_TYPE("REGROLE", 4096)
432 #ifndef PHP_PQ_OID_REGNAMESPACE
433 # define PHP_PQ_OID_REGNAMESPACE 4089
434 #endif
435 PHP_PQ_TYPE("REGNAMESPACE", 4089)
436 #ifndef PHP_PQ_OID_REGPROCEDUREARRAY
437 # define PHP_PQ_OID_REGPROCEDUREARRAY 2207
438 #endif
439 PHP_PQ_TYPE("REGPROCEDUREARRAY", 2207)
440 #ifndef PHP_PQ_OID_REGOPERARRAY
441 # define PHP_PQ_OID_REGOPERARRAY 2208
442 #endif
443 PHP_PQ_TYPE("REGOPERARRAY", 2208)
444 #ifndef PHP_PQ_OID_REGOPERATORARRAY
445 # define PHP_PQ_OID_REGOPERATORARRAY 2209
446 #endif
447 PHP_PQ_TYPE("REGOPERATORARRAY", 2209)
448 #ifndef PHP_PQ_OID_REGCLASSARRAY
449 # define PHP_PQ_OID_REGCLASSARRAY 2210
450 #endif
451 PHP_PQ_TYPE("REGCLASSARRAY", 2210)
452 #ifndef PHP_PQ_OID_REGTYPEARRAY
453 # define PHP_PQ_OID_REGTYPEARRAY 2211
454 #endif
455 PHP_PQ_TYPE("REGTYPEARRAY", 2211)
456 #ifndef PHP_PQ_OID_REGROLEARRAY
457 # define PHP_PQ_OID_REGROLEARRAY 4097
458 #endif
459 PHP_PQ_TYPE("REGROLEARRAY", 4097)
460 #ifndef PHP_PQ_OID_REGNAMESPACEARRAY
461 # define PHP_PQ_OID_REGNAMESPACEARRAY 4090
462 #endif
463 PHP_PQ_TYPE("REGNAMESPACEARRAY", 4090)
464 #ifndef PHP_PQ_OID_UUID
465 # define PHP_PQ_OID_UUID 2950
466 #endif
467 PHP_PQ_TYPE("UUID", 2950)
468 #ifndef PHP_PQ_OID_UUIDARRAY
469 # define PHP_PQ_OID_UUIDARRAY 2951
470 #endif
471 PHP_PQ_TYPE("UUIDARRAY", 2951)
472 #ifndef PHP_PQ_OID_PG_LSN
473 # define PHP_PQ_OID_PG_LSN 3220
474 #endif
475 PHP_PQ_TYPE("PG_LSN", 3220)
476 #ifndef PHP_PQ_OID_PG_LSNARRAY
477 # define PHP_PQ_OID_PG_LSNARRAY 3221
478 #endif
479 PHP_PQ_TYPE("PG_LSNARRAY", 3221)
480 #ifndef PHP_PQ_OID_TSVECTOR
481 # define PHP_PQ_OID_TSVECTOR 3614
482 #endif
483 PHP_PQ_TYPE("TSVECTOR", 3614)
484 #ifndef PHP_PQ_OID_GTSVECTOR
485 # define PHP_PQ_OID_GTSVECTOR 3642
486 #endif
487 PHP_PQ_TYPE("GTSVECTOR", 3642)
488 #ifndef PHP_PQ_OID_TSQUERY
489 # define PHP_PQ_OID_TSQUERY 3615
490 #endif
491 PHP_PQ_TYPE("TSQUERY", 3615)
492 #ifndef PHP_PQ_OID_REGCONFIG
493 # define PHP_PQ_OID_REGCONFIG 3734
494 #endif
495 PHP_PQ_TYPE("REGCONFIG", 3734)
496 #ifndef PHP_PQ_OID_REGDICTIONARY
497 # define PHP_PQ_OID_REGDICTIONARY 3769
498 #endif
499 PHP_PQ_TYPE("REGDICTIONARY", 3769)
500 #ifndef PHP_PQ_OID_TSVECTORARRAY
501 # define PHP_PQ_OID_TSVECTORARRAY 3643
502 #endif
503 PHP_PQ_TYPE("TSVECTORARRAY", 3643)
504 #ifndef PHP_PQ_OID_GTSVECTORARRAY
505 # define PHP_PQ_OID_GTSVECTORARRAY 3644
506 #endif
507 PHP_PQ_TYPE("GTSVECTORARRAY", 3644)
508 #ifndef PHP_PQ_OID_TSQUERYARRAY
509 # define PHP_PQ_OID_TSQUERYARRAY 3645
510 #endif
511 PHP_PQ_TYPE("TSQUERYARRAY", 3645)
512 #ifndef PHP_PQ_OID_REGCONFIGARRAY
513 # define PHP_PQ_OID_REGCONFIGARRAY 3735
514 #endif
515 PHP_PQ_TYPE("REGCONFIGARRAY", 3735)
516 #ifndef PHP_PQ_OID_REGDICTIONARYARRAY
517 # define PHP_PQ_OID_REGDICTIONARYARRAY 3770
518 #endif
519 PHP_PQ_TYPE("REGDICTIONARYARRAY", 3770)
520 #ifndef PHP_PQ_OID_JSONB
521 # define PHP_PQ_OID_JSONB 3802
522 #endif
523 PHP_PQ_TYPE("JSONB", 3802)
524 #ifndef PHP_PQ_OID_JSONBARRAY
525 # define PHP_PQ_OID_JSONBARRAY 3807
526 #endif
527 PHP_PQ_TYPE("JSONBARRAY", 3807)
528 #ifndef PHP_PQ_OID_TXID_SNAPSHOT
529 # define PHP_PQ_OID_TXID_SNAPSHOT 2970
530 #endif
531 PHP_PQ_TYPE("TXID_SNAPSHOT", 2970)
532 #ifndef PHP_PQ_OID_TXID_SNAPSHOTARRAY
533 # define PHP_PQ_OID_TXID_SNAPSHOTARRAY 2949
534 #endif
535 PHP_PQ_TYPE("TXID_SNAPSHOTARRAY", 2949)
536 #ifndef PHP_PQ_OID_INT4RANGE
537 # define PHP_PQ_OID_INT4RANGE 3904
538 #endif
539 PHP_PQ_TYPE("INT4RANGE", 3904)
540 #ifndef PHP_PQ_OID_INT4RANGEARRAY
541 # define PHP_PQ_OID_INT4RANGEARRAY 3905
542 #endif
543 PHP_PQ_TYPE("INT4RANGEARRAY", 3905)
544 #ifndef PHP_PQ_OID_NUMRANGE
545 # define PHP_PQ_OID_NUMRANGE 3906
546 #endif
547 PHP_PQ_TYPE("NUMRANGE", 3906)
548 #ifndef PHP_PQ_OID_NUMRANGEARRAY
549 # define PHP_PQ_OID_NUMRANGEARRAY 3907
550 #endif
551 PHP_PQ_TYPE("NUMRANGEARRAY", 3907)
552 #ifndef PHP_PQ_OID_TSRANGE
553 # define PHP_PQ_OID_TSRANGE 3908
554 #endif
555 PHP_PQ_TYPE("TSRANGE", 3908)
556 #ifndef PHP_PQ_OID_TSRANGEARRAY
557 # define PHP_PQ_OID_TSRANGEARRAY 3909
558 #endif
559 PHP_PQ_TYPE("TSRANGEARRAY", 3909)
560 #ifndef PHP_PQ_OID_TSTZRANGE
561 # define PHP_PQ_OID_TSTZRANGE 3910
562 #endif
563 PHP_PQ_TYPE("TSTZRANGE", 3910)
564 #ifndef PHP_PQ_OID_TSTZRANGEARRAY
565 # define PHP_PQ_OID_TSTZRANGEARRAY 3911
566 #endif
567 PHP_PQ_TYPE("TSTZRANGEARRAY", 3911)
568 #ifndef PHP_PQ_OID_DATERANGE
569 # define PHP_PQ_OID_DATERANGE 3912
570 #endif
571 PHP_PQ_TYPE("DATERANGE", 3912)
572 #ifndef PHP_PQ_OID_DATERANGEARRAY
573 # define PHP_PQ_OID_DATERANGEARRAY 3913
574 #endif
575 PHP_PQ_TYPE("DATERANGEARRAY", 3913)
576 #ifndef PHP_PQ_OID_INT8RANGE
577 # define PHP_PQ_OID_INT8RANGE 3926
578 #endif
579 PHP_PQ_TYPE("INT8RANGE", 3926)
580 #ifndef PHP_PQ_OID_INT8RANGEARRAY
581 # define PHP_PQ_OID_INT8RANGEARRAY 3927
582 #endif
583 PHP_PQ_TYPE("INT8RANGEARRAY", 3927)
584 #ifndef PHP_PQ_OID_RECORD
585 # define PHP_PQ_OID_RECORD 2249
586 #endif
587 PHP_PQ_TYPE("RECORD", 2249)
588 #ifndef PHP_PQ_OID_RECORDARRAY
589 # define PHP_PQ_OID_RECORDARRAY 2287
590 #endif
591 PHP_PQ_TYPE("RECORDARRAY", 2287)
592 #ifndef PHP_PQ_OID_CSTRING
593 # define PHP_PQ_OID_CSTRING 2275
594 #endif
595 PHP_PQ_TYPE("CSTRING", 2275)
596 #ifndef PHP_PQ_OID_ANY
597 # define PHP_PQ_OID_ANY 2276
598 #endif
599 PHP_PQ_TYPE("ANY", 2276)
600 #ifndef PHP_PQ_OID_ANYARRAY
601 # define PHP_PQ_OID_ANYARRAY 2277
602 #endif
603 PHP_PQ_TYPE("ANYARRAY", 2277)
604 #ifndef PHP_PQ_OID_VOID
605 # define PHP_PQ_OID_VOID 2278
606 #endif
607 PHP_PQ_TYPE("VOID", 2278)
608 #ifndef PHP_PQ_OID_TRIGGER
609 # define PHP_PQ_OID_TRIGGER 2279
610 #endif
611 PHP_PQ_TYPE("TRIGGER", 2279)
612 #ifndef PHP_PQ_OID_EVENT_TRIGGER
613 # define PHP_PQ_OID_EVENT_TRIGGER 3838
614 #endif
615 PHP_PQ_TYPE("EVENT_TRIGGER", 3838)
616 #ifndef PHP_PQ_OID_LANGUAGE_HANDLER
617 # define PHP_PQ_OID_LANGUAGE_HANDLER 2280
618 #endif
619 PHP_PQ_TYPE("LANGUAGE_HANDLER", 2280)
620 #ifndef PHP_PQ_OID_INTERNAL
621 # define PHP_PQ_OID_INTERNAL 2281
622 #endif
623 PHP_PQ_TYPE("INTERNAL", 2281)
624 #ifndef PHP_PQ_OID_OPAQUE
625 # define PHP_PQ_OID_OPAQUE 2282
626 #endif
627 PHP_PQ_TYPE("OPAQUE", 2282)
628 #ifndef PHP_PQ_OID_ANYELEMENT
629 # define PHP_PQ_OID_ANYELEMENT 2283
630 #endif
631 PHP_PQ_TYPE("ANYELEMENT", 2283)
632 #ifndef PHP_PQ_OID_ANYNONARRAY
633 # define PHP_PQ_OID_ANYNONARRAY 2776
634 #endif
635 PHP_PQ_TYPE("ANYNONARRAY", 2776)
636 #ifndef PHP_PQ_OID_ANYENUM
637 # define PHP_PQ_OID_ANYENUM 3500
638 #endif
639 PHP_PQ_TYPE("ANYENUM", 3500)
640 #ifndef PHP_PQ_OID_FDW_HANDLER
641 # define PHP_PQ_OID_FDW_HANDLER 3115
642 #endif
643 PHP_PQ_TYPE("FDW_HANDLER", 3115)
644 #ifndef PHP_PQ_OID_INDEX_AM_HANDLER
645 # define PHP_PQ_OID_INDEX_AM_HANDLER 325
646 #endif
647 PHP_PQ_TYPE("INDEX_AM_HANDLER", 325)
648 #ifndef PHP_PQ_OID_TSM_HANDLER
649 # define PHP_PQ_OID_TSM_HANDLER 3310
650 #endif
651 PHP_PQ_TYPE("TSM_HANDLER", 3310)
652 #ifndef PHP_PQ_OID_ANYRANGE
653 # define PHP_PQ_OID_ANYRANGE 3831
654 #endif
655 PHP_PQ_TYPE("ANYRANGE", 3831)
656 #ifndef PHP_PQ_TYPE_IS_ARRAY
657 # define PHP_PQ_TYPE_IS_ARRAY(oid) (\
658 0 \
659 || ((oid) == 143) \
660 || ((oid) == 199) \
661 || ((oid) == 629) \
662 || ((oid) == 651) \
663 || ((oid) == 719) \
664 || ((oid) == 791) \
665 || ((oid) == 1000) \
666 || ((oid) == 1001) \
667 || ((oid) == 1002) \
668 || ((oid) == 1003) \
669 || ((oid) == 1005) \
670 || ((oid) == 1006) \
671 || ((oid) == 1007) \
672 || ((oid) == 1008) \
673 || ((oid) == 1009) \
674 || ((oid) == 1010) \
675 || ((oid) == 1011) \
676 || ((oid) == 1012) \
677 || ((oid) == 1013) \
678 || ((oid) == 1014) \
679 || ((oid) == 1015) \
680 || ((oid) == 1016) \
681 || ((oid) == 1017) \
682 || ((oid) == 1018) \
683 || ((oid) == 1019) \
684 || ((oid) == 1020) \
685 || ((oid) == 1021) \
686 || ((oid) == 1022) \
687 || ((oid) == 1023) \
688 || ((oid) == 1024) \
689 || ((oid) == 1025) \
690 || ((oid) == 1027) \
691 || ((oid) == 1028) \
692 || ((oid) == 1034) \
693 || ((oid) == 1040) \
694 || ((oid) == 1041) \
695 || ((oid) == 1115) \
696 || ((oid) == 1182) \
697 || ((oid) == 1183) \
698 || ((oid) == 1185) \
699 || ((oid) == 1187) \
700 || ((oid) == 1231) \
701 || ((oid) == 1263) \
702 || ((oid) == 1270) \
703 || ((oid) == 1561) \
704 || ((oid) == 1563) \
705 || ((oid) == 2201) \
706 || ((oid) == 2207) \
707 || ((oid) == 2208) \
708 || ((oid) == 2209) \
709 || ((oid) == 2210) \
710 || ((oid) == 2211) \
711 || ((oid) == 2287) \
712 || ((oid) == 2949) \
713 || ((oid) == 2951) \
714 || ((oid) == 3221) \
715 || ((oid) == 3643) \
716 || ((oid) == 3644) \
717 || ((oid) == 3645) \
718 || ((oid) == 3735) \
719 || ((oid) == 3770) \
720 || ((oid) == 3807) \
721 || ((oid) == 3905) \
722 || ((oid) == 3907) \
723 || ((oid) == 3909) \
724 || ((oid) == 3911) \
725 || ((oid) == 3913) \
726 || ((oid) == 3927) \
727 || ((oid) == 4090) \
728 || ((oid) == 4097) \
729 )
730 #endif
731 #ifndef PHP_PQ_TYPE_OF_ARRAY
732 # define PHP_PQ_TYPE_OF_ARRAY(oid) (\
733 (oid) == 143 ? 142 : \
734 (oid) == 199 ? 114 : \
735 (oid) == 629 ? 628 : \
736 (oid) == 651 ? 650 : \
737 (oid) == 719 ? 718 : \
738 (oid) == 791 ? 790 : \
739 (oid) == 1000 ? 16 : \
740 (oid) == 1001 ? 17 : \
741 (oid) == 1002 ? 18 : \
742 (oid) == 1003 ? 19 : \
743 (oid) == 1005 ? 21 : \
744 (oid) == 1006 ? 22 : \
745 (oid) == 1007 ? 23 : \
746 (oid) == 1008 ? 24 : \
747 (oid) == 1009 ? 25 : \
748 (oid) == 1010 ? 27 : \
749 (oid) == 1011 ? 28 : \
750 (oid) == 1012 ? 29 : \
751 (oid) == 1013 ? 30 : \
752 (oid) == 1014 ? 1042 : \
753 (oid) == 1015 ? 1043 : \
754 (oid) == 1016 ? 20 : \
755 (oid) == 1017 ? 600 : \
756 (oid) == 1018 ? 601 : \
757 (oid) == 1019 ? 602 : \
758 (oid) == 1020 ? 603 : \
759 (oid) == 1021 ? 700 : \
760 (oid) == 1022 ? 701 : \
761 (oid) == 1023 ? 702 : \
762 (oid) == 1024 ? 703 : \
763 (oid) == 1025 ? 704 : \
764 (oid) == 1027 ? 604 : \
765 (oid) == 1028 ? 26 : \
766 (oid) == 1034 ? 1033 : \
767 (oid) == 1040 ? 829 : \
768 (oid) == 1041 ? 869 : \
769 (oid) == 1115 ? 1114 : \
770 (oid) == 1182 ? 1082 : \
771 (oid) == 1183 ? 1083 : \
772 (oid) == 1185 ? 1184 : \
773 (oid) == 1187 ? 1186 : \
774 (oid) == 1231 ? 1700 : \
775 (oid) == 1263 ? 2275 : \
776 (oid) == 1270 ? 1266 : \
777 (oid) == 1561 ? 1560 : \
778 (oid) == 1563 ? 1562 : \
779 (oid) == 2201 ? 1790 : \
780 (oid) == 2207 ? 2202 : \
781 (oid) == 2208 ? 2203 : \
782 (oid) == 2209 ? 2204 : \
783 (oid) == 2210 ? 2205 : \
784 (oid) == 2211 ? 2206 : \
785 (oid) == 2287 ? 2249 : \
786 (oid) == 2949 ? 2970 : \
787 (oid) == 2951 ? 2950 : \
788 (oid) == 3221 ? 3220 : \
789 (oid) == 3643 ? 3614 : \
790 (oid) == 3644 ? 3642 : \
791 (oid) == 3645 ? 3615 : \
792 (oid) == 3735 ? 3734 : \
793 (oid) == 3770 ? 3769 : \
794 (oid) == 3807 ? 3802 : \
795 (oid) == 3905 ? 3904 : \
796 (oid) == 3907 ? 3906 : \
797 (oid) == 3909 ? 3908 : \
798 (oid) == 3911 ? 3910 : \
799 (oid) == 3913 ? 3912 : \
800 (oid) == 3927 ? 3926 : \
801 (oid) == 4090 ? 4089 : \
802 (oid) == 4097 ? 4096 : 0 \
803 )
804 #endif
805 #ifndef PHP_PQ_DELIM_OF_ARRAY
806 # define PHP_PQ_DELIM_OF_ARRAY(oid) (\
807 (oid) == 16 ? '\054' : \
808 (oid) == 17 ? '\054' : \
809 (oid) == 18 ? '\054' : \
810 (oid) == 19 ? '\054' : \
811 (oid) == 20 ? '\054' : \
812 (oid) == 21 ? '\054' : \
813 (oid) == 22 ? '\054' : \
814 (oid) == 23 ? '\054' : \
815 (oid) == 24 ? '\054' : \
816 (oid) == 25 ? '\054' : \
817 (oid) == 26 ? '\054' : \
818 (oid) == 27 ? '\054' : \
819 (oid) == 28 ? '\054' : \
820 (oid) == 29 ? '\054' : \
821 (oid) == 30 ? '\054' : \
822 (oid) == 32 ? '\054' : \
823 (oid) == 71 ? '\054' : \
824 (oid) == 75 ? '\054' : \
825 (oid) == 81 ? '\054' : \
826 (oid) == 83 ? '\054' : \
827 (oid) == 114 ? '\054' : \
828 (oid) == 142 ? '\054' : \
829 (oid) == 143 ? '\054' : \
830 (oid) == 194 ? '\054' : \
831 (oid) == 199 ? '\054' : \
832 (oid) == 210 ? '\054' : \
833 (oid) == 325 ? '\054' : \
834 (oid) == 600 ? '\054' : \
835 (oid) == 601 ? '\054' : \
836 (oid) == 602 ? '\054' : \
837 (oid) == 603 ? '\073' : \
838 (oid) == 604 ? '\054' : \
839 (oid) == 628 ? '\054' : \
840 (oid) == 629 ? '\054' : \
841 (oid) == 650 ? '\054' : \
842 (oid) == 651 ? '\054' : \
843 (oid) == 700 ? '\054' : \
844 (oid) == 701 ? '\054' : \
845 (oid) == 702 ? '\054' : \
846 (oid) == 703 ? '\054' : \
847 (oid) == 704 ? '\054' : \
848 (oid) == 705 ? '\054' : \
849 (oid) == 718 ? '\054' : \
850 (oid) == 719 ? '\054' : \
851 (oid) == 790 ? '\054' : \
852 (oid) == 791 ? '\054' : \
853 (oid) == 829 ? '\054' : \
854 (oid) == 869 ? '\054' : \
855 (oid) == 1000 ? '\054' : \
856 (oid) == 1001 ? '\054' : \
857 (oid) == 1002 ? '\054' : \
858 (oid) == 1003 ? '\054' : \
859 (oid) == 1005 ? '\054' : \
860 (oid) == 1006 ? '\054' : \
861 (oid) == 1007 ? '\054' : \
862 (oid) == 1008 ? '\054' : \
863 (oid) == 1009 ? '\054' : \
864 (oid) == 1010 ? '\054' : \
865 (oid) == 1011 ? '\054' : \
866 (oid) == 1012 ? '\054' : \
867 (oid) == 1013 ? '\054' : \
868 (oid) == 1014 ? '\054' : \
869 (oid) == 1015 ? '\054' : \
870 (oid) == 1016 ? '\054' : \
871 (oid) == 1017 ? '\054' : \
872 (oid) == 1018 ? '\054' : \
873 (oid) == 1019 ? '\054' : \
874 (oid) == 1020 ? '\073' : \
875 (oid) == 1021 ? '\054' : \
876 (oid) == 1022 ? '\054' : \
877 (oid) == 1023 ? '\054' : \
878 (oid) == 1024 ? '\054' : \
879 (oid) == 1025 ? '\054' : \
880 (oid) == 1027 ? '\054' : \
881 (oid) == 1028 ? '\054' : \
882 (oid) == 1033 ? '\054' : \
883 (oid) == 1034 ? '\054' : \
884 (oid) == 1040 ? '\054' : \
885 (oid) == 1041 ? '\054' : \
886 (oid) == 1042 ? '\054' : \
887 (oid) == 1043 ? '\054' : \
888 (oid) == 1082 ? '\054' : \
889 (oid) == 1083 ? '\054' : \
890 (oid) == 1114 ? '\054' : \
891 (oid) == 1115 ? '\054' : \
892 (oid) == 1182 ? '\054' : \
893 (oid) == 1183 ? '\054' : \
894 (oid) == 1184 ? '\054' : \
895 (oid) == 1185 ? '\054' : \
896 (oid) == 1186 ? '\054' : \
897 (oid) == 1187 ? '\054' : \
898 (oid) == 1231 ? '\054' : \
899 (oid) == 1263 ? '\054' : \
900 (oid) == 1266 ? '\054' : \
901 (oid) == 1270 ? '\054' : \
902 (oid) == 1560 ? '\054' : \
903 (oid) == 1561 ? '\054' : \
904 (oid) == 1562 ? '\054' : \
905 (oid) == 1563 ? '\054' : \
906 (oid) == 1700 ? '\054' : \
907 (oid) == 1790 ? '\054' : \
908 (oid) == 2201 ? '\054' : \
909 (oid) == 2202 ? '\054' : \
910 (oid) == 2203 ? '\054' : \
911 (oid) == 2204 ? '\054' : \
912 (oid) == 2205 ? '\054' : \
913 (oid) == 2206 ? '\054' : \
914 (oid) == 2207 ? '\054' : \
915 (oid) == 2208 ? '\054' : \
916 (oid) == 2209 ? '\054' : \
917 (oid) == 2210 ? '\054' : \
918 (oid) == 2211 ? '\054' : \
919 (oid) == 2249 ? '\054' : \
920 (oid) == 2275 ? '\054' : \
921 (oid) == 2276 ? '\054' : \
922 (oid) == 2277 ? '\054' : \
923 (oid) == 2278 ? '\054' : \
924 (oid) == 2279 ? '\054' : \
925 (oid) == 2280 ? '\054' : \
926 (oid) == 2281 ? '\054' : \
927 (oid) == 2282 ? '\054' : \
928 (oid) == 2283 ? '\054' : \
929 (oid) == 2287 ? '\054' : \
930 (oid) == 2776 ? '\054' : \
931 (oid) == 2949 ? '\054' : \
932 (oid) == 2950 ? '\054' : \
933 (oid) == 2951 ? '\054' : \
934 (oid) == 2970 ? '\054' : \
935 (oid) == 3115 ? '\054' : \
936 (oid) == 3220 ? '\054' : \
937 (oid) == 3221 ? '\054' : \
938 (oid) == 3310 ? '\054' : \
939 (oid) == 3500 ? '\054' : \
940 (oid) == 3614 ? '\054' : \
941 (oid) == 3615 ? '\054' : \
942 (oid) == 3642 ? '\054' : \
943 (oid) == 3643 ? '\054' : \
944 (oid) == 3644 ? '\054' : \
945 (oid) == 3645 ? '\054' : \
946 (oid) == 3734 ? '\054' : \
947 (oid) == 3735 ? '\054' : \
948 (oid) == 3769 ? '\054' : \
949 (oid) == 3770 ? '\054' : \
950 (oid) == 3802 ? '\054' : \
951 (oid) == 3807 ? '\054' : \
952 (oid) == 3831 ? '\054' : \
953 (oid) == 3838 ? '\054' : \
954 (oid) == 3904 ? '\054' : \
955 (oid) == 3905 ? '\054' : \
956 (oid) == 3906 ? '\054' : \
957 (oid) == 3907 ? '\054' : \
958 (oid) == 3908 ? '\054' : \
959 (oid) == 3909 ? '\054' : \
960 (oid) == 3910 ? '\054' : \
961 (oid) == 3911 ? '\054' : \
962 (oid) == 3912 ? '\054' : \
963 (oid) == 3913 ? '\054' : \
964 (oid) == 3926 ? '\054' : \
965 (oid) == 3927 ? '\054' : \
966 (oid) == 4089 ? '\054' : \
967 (oid) == 4090 ? '\054' : \
968 (oid) == 4096 ? '\054' : \
969 (oid) == 4097 ? '\054' : \
970 0 \
971 )
972 #endif