pgsql: Fix assign_datestyle() so that it doesn't misleadingly complain - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix assign_datestyle() so that it doesn't misleadingly complain
Date
Msg-id 20050609215208.2316252947@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix typo in comment, per Alvaro.