diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-08 01:08:37 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-08 01:08:37 +0000 |
commit | 026387013e6a6e924889216f5524b2ddd942ca20 (patch) | |
tree | 9d7513f1c3d7aebe55059dae9de3d6df6c0d6483 /src/backend/access/gist/gist.c | |
parent | ad6ca0c3af75cdbae0cdae6c6d9f19d21e457897 (diff) | |
download | postgresql-026387013e6a6e924889216f5524b2ddd942ca20.tar.gz |
Secondly, small problem when trying to create a MAX/MIN aggregate in 1.09.
>From the create_aggregate man page...
"The arguments to state-transition-function-1 must be
(stype1,basetype), and its return value must be stype1."
create aggregate MIN (sfunc1 = int2smaller,
basetype = int2,
stype1 = int2);
will fail becase int2smaller and int2larger are in pg_proc
as returning an int4. Can't happen since both args have to
be int2.
From: Darren King <aixssd!ceodev!darrenk@abs.net>
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions