Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8637ec

Browse files
committed
Add #define for OID of type macaddr.
1 parentbdadc9b commite8637ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/catalog/pg_type.h

Lines changed: 2 additions & 1 deletion
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.107 2001/05/22 16:37:17 petere Exp $
11+
* $Id: pg_type.h,v 1.108 2001/06/09 21:41:42 tgl Exp $
1212
*
1313
* NOTES
1414
* 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
314314
/* OIDS 800 - 899 */
315315
DATA(insertOID=829 (macaddrPGUID6-1fbt \05400macaddr_inmacaddr_outmacaddr_inmacaddr_outip_null_ ));
316316
DESCR("XX:XX:XX:XX:XX:XX, MAC address");
317+
#defineMACADDROID 829
317318
DATA(insertOID=869 (inetPGUID-1-1fbt \05400inet_ininet_outinet_ininet_outip_null_ ));
318319
DESCR("IP address/netmask, host address, netmask optional");
319320
#defineINETOID 869

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp