5
5
* along with the relation's initial contents.
6
6
*
7
7
*
8
- * Portions Copyright (c) 1996-2016 , PostgreSQL Global Development Group
8
+ * Portions Copyright (c) 1996-2017 , PostgreSQL Global Development Group
9
9
* Portions Copyright (c) 1994, Regents of the University of California
10
10
*
11
11
* src/include/catalog/pg_type.h
@@ -364,6 +364,14 @@ DATA(insert OID = 194 ( pg_node_tree PGNSP PGUID -1 f b S f t \054 0 0 0 pg_node
364
364
DESCR ("string representing an internal node tree" );
365
365
#define PGNODETREEOID 194
366
366
367
+ DATA (insert OID = 3361 ( pg_ndistinct PGNSP PGUID - 1 f b S f t \054 0 0 0 pg_ndistinct_in pg_ndistinct_out pg_ndistinct_recv pg_ndistinct_send - - - i x f 0 - 1 0 100 _null_ _null_ _null_ ));
368
+ DESCR ("multivariate ndistinct coefficients" );
369
+ #define PGNDISTINCTOID 3361
370
+
371
+ DATA (insert OID = 3402 ( pg_dependencies PGNSP PGUID - 1 f b S f t \054 0 0 0 pg_dependencies_in pg_dependencies_out pg_dependencies_recv pg_dependencies_send - - - i x f 0 - 1 0 100 _null_ _null_ _null_ ));
372
+ DESCR ("multivariate dependencies" );
373
+ #define PGDEPENDENCIESOID 3402
374
+
367
375
DATA (insert OID = 32 ( pg_ddl_command PGNSP PGUID SIZEOF_POINTER t p P f t \054 0 0 0 pg_ddl_command_in pg_ddl_command_out pg_ddl_command_recv pg_ddl_command_send - - - ALIGNOF_POINTER p f 0 - 1 0 0 _null_ _null_ _null_ ));
368
376
DESCR ("internal type for passing CollectedCommand" );
369
377
#define PGDDLCOMMANDOID 32
@@ -418,7 +426,7 @@ DESCR("relative, limited-range time interval (Unix delta time)");
418
426
DATA (insert OID = 704 ( tinterval PGNSP PGUID 12 f b T f t \054 0 0 1025 tintervalin tintervalout tintervalrecv tintervalsend - - - i p f 0 - 1 0 0 _null_ _null_ _null_ ));
419
427
DESCR ("(abstime,abstime), time interval" );
420
428
#define TINTERVALOID 704
421
- DATA (insert OID = 705 ( unknown PGNSP PGUID - 2 f b X f t \054 0 0 0 unknownin unknownout unknownrecv unknownsend - - - c p f 0 - 1 0 0 _null_ _null_ _null_ ));
429
+ DATA (insert OID = 705 ( unknown PGNSP PGUID - 2 f p X f t \054 0 0 0 unknownin unknownout unknownrecv unknownsend - - - c p f 0 - 1 0 0 _null_ _null_ _null_ ));
422
430
DESCR ("" );
423
431
#define UNKNOWNOID 705
424
432
@@ -441,6 +449,9 @@ DESCR("IP address/netmask, host address, netmask optional");
441
449
DATA (insert OID = 650 ( cidr PGNSP PGUID - 1 f b I f t \054 0 0 651 cidr_in cidr_out cidr_recv cidr_send - - - i m f 0 - 1 0 0 _null_ _null_ _null_ ));
442
450
DESCR ("network IP address/netmask, network address" );
443
451
#define CIDROID 650
452
+ DATA (insert OID = 774 ( macaddr8 PGNSP PGUID 8 f b U f t \054 0 0 775 macaddr8_in macaddr8_out macaddr8_recv macaddr8_send - - - i p f 0 - 1 0 0 _null_ _null_ _null_ ));
453
+ DESCR ("XX:XX:XX:XX:XX:XX:XX:XX, MAC address" );
454
+ #define MACADDR8OID 774
444
455
445
456
/* OIDS 900 - 999 */
446
457
@@ -482,6 +493,7 @@ DESCR("access control list");
482
493
#define ACLITEMOID 1033
483
494
DATA (insert OID = 1034 ( _aclitem PGNSP PGUID - 1 f b A f t \054 0 1033 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 - 1 0 0 _null_ _null_ _null_ ));
484
495
DATA (insert OID = 1040 ( _macaddr PGNSP PGUID - 1 f b A f t \054 0 829 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 - 1 0 0 _null_ _null_ _null_ ));
496
+ DATA (insert OID = 775 ( _macaddr8 PGNSP PGUID - 1 f b A f t \054 0 774 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 - 1 0 0 _null_ _null_ _null_ ));
485
497
DATA (insert OID = 1041 ( _inet PGNSP PGUID - 1 f b A f t \054 0 869 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 - 1 0 0 _null_ _null_ _null_ ));
486
498
DATA (insert OID = 651 ( _cidr PGNSP PGUID - 1 f b A f t \054 0 650 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 - 1 0 0 _null_ _null_ _null_ ));
487
499
DATA (insert OID = 1263 ( _cstring PGNSP PGUID - 1 f b A f t \054 0 2275 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 - 1 0 0 _null_ _null_ _null_ ));
0 commit comments