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