pgsql-server/src/backend/parser parse_coerce.c - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/parser parse_coerce.c
Date
Msg-id 20030923171253.4C581D1B546@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.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).


pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/executor Tag: REL7_3_ ...
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/doc/src/sgml plpgsql.sgml