pgsql/src/backend/parser parse_target.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/parser parse_target.c
Date
Msg-id 200110082148.f98Lmpv82040@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/08 17:48:51

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

Log message:
    Another go-round with FigureColname, to produce less surprising results
    for nested typecasts.  It now produces a column header of 'timestamptz'
    for 'SELECT CURRENT_TIMESTAMP', rather than 'text' as it was doing for
    awhile there.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/parser parse_expr.c
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/ oc/src/sgml/plsql.sgml rc/backend/parse ...