pgsql: Fix assign_datestyle() so that it doesn't misleadingly complain

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix assign_datestyle() so that it doesn't misleadingly complain
Date: 2005-06-09 21:52:08
Message-ID: 20050609215208.2316252947@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix assign_datestyle() so that it doesn't misleadingly complain about
'conflicting datestyle specifications' for input that's actually only
redundant, such as SET DATESTYLE = MDY, MDY. Per recent gripe.

Modified Files:
--------------
pgsql/src/backend/commands:
variable.c (r1.107 -> r1.108)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/variable.c.diff?r1=1.107&r2=1.108)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-09 22:01:13 pgsql: Fix typo in comment, per Alvaro.
Previous Message Tom Lane 2005-06-09 21:25:22 pgsql: Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO