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

Commitf21e340

Browse files
committed
Fix for duplicate oids just introduced in patch. Don't think it needs
initdb unless you are using inet types.
1 parentd4a4d4c commitf21e340

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_proc.h,v 1.192 2001/06/13 21:08:59 momjian Exp $
10+
* $Id: pg_proc.h,v 1.193 2001/06/13 21:12:43 momjian Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2308,11 +2308,11 @@ DATA(insert OID = 699 ( hostPGUID 12 f t t t 1 f 25 "869" 100 0 0 100 netw
23082308
DESCR("show address octets only");
23092309
DATA(insertOID=730 (textPGUID12fttt1f25"869"10000100network_show- ));
23102310
DESCR("show all parts of inet/cidr value");
2311-
DATA(insertOID=1910 (inetPGUID12fttt1f869"25"10000100text_inet- ));
2311+
DATA(insertOID=1713 (inetPGUID12fttt1f869"25"10000100text_inet- ));
23122312
DESCR("text to inet");
2313-
DATA(insertOID=1911 (cidrPGUID12fttt1f650"25"10000100text_cidr- ));
2313+
DATA(insertOID=1714 (cidrPGUID12fttt1f650"25"10000100text_cidr- ));
23142314
DESCR("text to cidr");
2315-
DATA(insertOID=1912 (set_masklenPGUID12fttt2f869"869 23"10000100inet_set_masklen- ));
2315+
DATA(insertOID=1715 (set_masklenPGUID12fttt2f869"869 23"10000100inet_set_masklen- ));
23162316
DESCR("change the netmask of an inet");
23172317

23182318
DATA(insertOID=1691 (boollePGUID12fttt2f16"16 16"10000100boolle- ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp