|
8 | 8 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California
|
10 | 10 | *
|
11 |
| - * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.149 2004/02/12 23:41:04 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.150 2004/02/24 22:59:10 tgl Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * the genbki.sh script reads this file and generates .bki
|
@@ -531,7 +531,7 @@ DATA(insert OID = 2275 ( cstringPGNSP PGUID -2 f p t \054 0 0 cstring_in cstri
|
531 | 531 | #defineCSTRINGOID2275
|
532 | 532 | DATA(insertOID=2276 (anyPGNSPPGUID4tpt \05400any_inany_out---ipf0-10_null__null_ ));
|
533 | 533 | #defineANYOID2276
|
534 |
| -DATA(insertOID=2277 (anyarrayPGNSPPGUID-1fpt \05400anyarray_inanyarray_outanyarray_recvanyarray_send-ixf0-10_null__null_ )); |
| 534 | +DATA(insertOID=2277 (anyarrayPGNSPPGUID-1fpt \05400anyarray_inanyarray_outanyarray_recvanyarray_send-dxf0-10_null__null_ )); |
535 | 535 | #defineANYARRAYOID2277
|
536 | 536 | DATA(insertOID=2278 (voidPGNSPPGUID4tpt \05400void_invoid_out---ipf0-10_null__null_ ));
|
537 | 537 | #defineVOIDOID2278
|
|