pgsql-server/src/backend/parser parse_coerce.c

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/parser parse_coerce.c
Date: 2003-09-23 17:12:53
Message-ID: 20030923171253.4C581D1B546@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/09/23 14:12:53

Modified files:
src/backend/parser: parse_coerce.c

Log message:
Tweak generic_type_consistency routines to avoid loss of functionality
since 7.3: 'select array_dims(histogram_bounds) from pg_stats' used to
work and still should. Problem was that code wouldn't take input of
declared type anyarray as matching an anyarray argument. Allow this
case as long as we don't need to determine an element type (which in
practice means as long as anyelement isn't used in the function signature).

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-09-23 19:58:50 pgsql-server/doc/src/sgml plpgsql.sgml
Previous Message Tom Lane 2003-09-23 15:11:42 pgsql-server/src/backend/executor Tag: REL7_3_ ...