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

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src backend/parser/parse_coerce.c ...
Date
Msg-id 20021024220900.B6BA3475BA1@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/10/24 18:09:00

Modified files:
    src/backend/parser: parse_coerce.c parse_func.c
    src/include/parser: parse_coerce.h

Log message:
    Function-call-style type coercions should be treated as explicit
    coercions, not implicit ones.  For example, 'select abstime(1035497293)'
    should succeed because there is an explicit binary coercion from int4
    to abstime.


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql-server/src/port fseeko.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend postmaster/pgstat.c t ...