Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8571e6c

Browse files
committed
Correct pg_description entry for type macaddr.
1 parent f13cb7e commit 8571e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/pg_type.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_type.h,v 1.103 2001/03/23 04:49:56 momjian Exp $
11+
* $Id: pg_type.h,v 1.104 2001/05/03 16:18:02 tgl Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -314,7 +314,7 @@ DATA(insert OID = 791 ( _money PGUID -1 -1 f b t \054 0 790 array_in array
314314

315315
/* OIDS 800 - 899 */
316316
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_ ));
317-
DESCR("XX:XX:XX:XX:XX, MAC address");
317+
DESCR("XX:XX:XX:XX:XX:XX, MAC address");
318318
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_ ));
319319
DESCR("IP address/netmask, host address, netmask optional");
320320
#define INETOID 869

0 commit comments

Comments
 (0)