]> granicus.if.org Git - postgresql/commitdiff
Add #define for OID of type macaddr.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Jun 2001 21:41:42 +0000 (21:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Jun 2001 21:41:42 +0000 (21:41 +0000)
src/include/catalog/pg_type.h

index 89e50278581c753f86118ca7fbf2821076bfd8e9..4e877a159cee4ce8c5358f6bb9b55bdabd8e2ad4 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_type.h,v 1.107 2001/05/22 16:37:17 petere Exp $
+ * $Id: pg_type.h,v 1.108 2001/06/09 21:41:42 tgl Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
@@ -314,6 +314,7 @@ DATA(insert OID = 791 (  _money    PGUID  -1 -1 f b t \054 0  790 array_in array
 /* OIDS 800 - 899 */
 DATA(insert OID = 829 ( macaddr    PGUID  6 -1 f b t \054 0 0 macaddr_in macaddr_out macaddr_in macaddr_out i p _null_ ));
 DESCR("XX:XX:XX:XX:XX:XX, MAC address");
+#define MACADDROID 829
 DATA(insert OID = 869 ( inet      PGUID  -1 -1 f b t \054 0 0 inet_in inet_out inet_in inet_out i p _null_ ));
 DESCR("IP address/netmask, host address, netmask optional");
 #define INETOID 869