]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix assign_datestyle() so that it doesn't misleadingly complain about
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Jun 2005 21:52:07 +0000 (21:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Jun 2005 21:52:07 +0000 (21:52 +0000)
commit8714d9c56bdf86817d37375fa31ee0aa9de224bf
tree633a8fa5b51f6a9c2028d2d4d60ee1a49082fbce
parent56b01dc9ff900a944cd970ea8d65fd3de2361441
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.
src/backend/commands/variable.c