pgsql/src/backend/parser parse_expr.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser parse_expr.c
Date: 2001-11-12 20:05:24
Message-ID: 200111122005.fACK5OW29226@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/11/12 15:05:24

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

Log message:
If the alternatives for a CASE construct all have the same typmod,
use that typmod not -1 as the typmod of the CASE result.
Part of response to bug#513.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-11-12 20:26:39 pgsql/doc TODO
Previous Message tgl 2001-11-12 20:04:20 pgsql/src/backend/optimizer/prep prepunion.c