OSDN Git Service

Fix a passel of problems with incorrect calls to typinput and typoutput
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jan 2000 22:43:25 +0000 (22:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jan 2000 22:43:25 +0000 (22:43 +0000)
commit584e646ad886ab53d23d268bbf62f56882f0bb4e
tree666dc7068b4e2d62ddb25bad18cdedb2dcc01b04
parent0f4a58682153844419b3922f6524bc198135491e
Fix a passel of problems with incorrect calls to typinput and typoutput
functions, which would lead to trouble with datatypes that paid attention
to the typelem or typmod parameters to these functions.  In particular,
incorrect code in pg_aggregate.c explains the platform-specific failures
that have been reported in NUMERIC avg().
src/backend/bootstrap/bootstrap.c
src/backend/catalog/pg_aggregate.c
src/backend/commands/vacuum.c
src/backend/utils/adt/arrayfuncs.c
src/backend/utils/adt/ruleutils.c
src/backend/utils/adt/selfuncs.c
src/include/commands/vacuum.h
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/plpgsql.h
src/pl/tcl/pltcl.c