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

Commit3c6491f

Browse files
committed
Repair incorrect pg_proc entry for numeric_in.
1 parentb5bcef6 commit3c6491f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pg_proc.h,v 1.97 1999/05/03 19:10:18 momjian Exp $
9+
* $Id: pg_proc.h,v 1.98 1999/05/09 02:22:16 tgl Exp $
1010
*
1111
* NOTES
1212
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2194,7 +2194,7 @@ DATA(insert OID = 683 ( networkPGUID 11 f t f 1 f 25 "869" 100 0 0 100 net
21942194
DESCR("network address");
21952195

21962196
/* OID's 1700 - 1799 NUMERIC data type */
2197-
DATA(insertOID=1701 (numeric_inPGUID11ftf1f1700"0"10000100numeric_in- ));
2197+
DATA(insertOID=1701 (numeric_inPGUID11ftf3f1700"0 0 23"10000100numeric_in- ));
21982198
DESCR("(internal)");
21992199
DATA(insertOID=1702 (numeric_outPGUID11ftf1f23"0"10000100numeric_out- ));
22002200
DESCR("(internal)");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp