55 * along with the relation's initial contents.
66 *
77 *
8- * Portions Copyright (c) 1996-2016 , PostgreSQL Global Development Group
8+ * Portions Copyright (c) 1996-2017 , PostgreSQL Global Development Group
99 * Portions Copyright (c) 1994, Regents of the University of California
1010 *
1111 * 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
364364DESCR ("string representing an internal node tree" );
365365#define PGNODETREEOID 194
366366
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+
367375DATA (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_ ));
368376DESCR ("internal type for passing CollectedCommand" );
369377#define PGDDLCOMMANDOID 32
@@ -418,7 +426,7 @@ DESCR("relative, limited-range time interval (Unix delta time)");
418426DATA (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_ ));
419427DESCR ("(abstime,abstime), time interval" );
420428#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_ ));
422430DESCR ("" );
423431#define UNKNOWNOID 705
424432
@@ -441,6 +449,9 @@ DESCR("IP address/netmask, host address, netmask optional");
441449DATA (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_ ));
442450DESCR ("network IP address/netmask, network address" );
443451#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
444455
445456/* OIDS 900 - 999 */
446457
@@ -482,6 +493,7 @@ DESCR("access control list");
482493#define ACLITEMOID 1033
483494DATA (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_ ));
484495DATA (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_ ));
485497DATA (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_ ));
486498DATA (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_ ));
487499DATA (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