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

Commit 3c6491f

Browse files
committed
Repair incorrect pg_proc entry for numeric_in.
1 parent b5bcef6 commit 3c6491f

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 ( network PGUID 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(insert OID = 1701 ( numeric_in PGUID 11 f t f 1 f 1700 "0" 100 0 0 100 numeric_in - ));
2197+
DATA(insert OID = 1701 ( numeric_in PGUID 11 f t f 3 f 1700 "0 0 23" 100 0 0 100 numeric_in - ));
21982198
DESCR("(internal)");
21992199
DATA(insert OID = 1702 ( numeric_out PGUID 11 f t f 1 f 23 "0" 100 0 0 100 numeric_out - ));
22002200
DESCR("(internal)");

0 commit comments

Comments
 (0)