From: Tom Lane Date: Sun, 9 May 1999 02:22:16 +0000 (+0000) Subject: Repair incorrect pg_proc entry for numeric_in. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=51a77b513bd6f845b8613eabb03c1f841d4afd89;p=users%2Fbernd%2Fpostgres.git Repair incorrect pg_proc entry for numeric_in. --- diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h index f3cfee68b6..c25b46a2e6 100644 --- a/src/include/catalog/pg_proc.h +++ b/src/include/catalog/pg_proc.h @@ -2194,7 +2194,7 @@ DATA(insert OID = 683 ( network PGUID 11 f t f 1 f 25 "869" 100 0 0 100 net DESCR("network address"); /* OID's 1700 - 1799 NUMERIC data type */ -DATA(insert OID = 1701 ( numeric_in PGUID 11 f t f 1 f 1700 "0" 100 0 0 100 numeric_in - )); +DATA(insert OID = 1701 ( numeric_in PGUID 11 f t f 3 f 1700 "0 0 23" 100 0 0 100 numeric_in - )); DESCR("(internal)"); DATA(insert OID = 1702 ( numeric_out PGUID 11 f t f 1 f 23 "0" 100 0 0 100 numeric_out - )); DESCR("(internal)");