pgsql: get_expr_result_type has to be prepared to pull type information - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: get_expr_result_type has to be prepared to pull type information
Date
Msg-id 20050528051047.BFF9A52836@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
get_expr_result_type has to be prepared to pull type information
from a RECORD Const node, because that's what it may be faced with
after constant-folding of a function returning RECORD.  Per example
from Michael Fuhr.

Modified Files:
--------------
    pgsql/src/backend/utils/fmgr:
        funcapi.c (r1.21 -> r1.22)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/funcapi.c.diff?r1=1.21&r2=1.22)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove: < < * Add XML output to pg_dump and COPY < < We
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Bgwriter should PANIC if it runs out of memory for pending-fsyncs