useless statements in parse_datestyle_internal - Mailing list pgsql-patches

From Yury Bokhoncovich
Subject useless statements in parse_datestyle_internal
Date
Msg-id Pine.LNX.4.33.0203201731080.12114-100000@panda.center-f1.ru
Whole thread Raw
List pgsql-patches
Hello!

obvious thing.

=======================
--- src/backend/commands/variable.c.orig        Wed Mar 20 15:25:07 2002
+++ src/backend/commands/variable.c.new Wed Mar 20 17:33:45 2002
@@ -223,8 +223,6 @@
                        DateStyle = USE_GERMAN_DATES;
                        dcnt++;
                        EuroDates = TRUE;
-                       if ((ecnt > 0) && (!EuroDates))
-                               ecnt++;
                }
                else if (!strncasecmp(tok, "EURO", 4))
                {
=======================

--
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: byg@center-f1.ru.
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.



pgsql-patches by date:

Previous
From: Yury Bokhoncovich
Date:
Subject: Re: Eurodates by default
Next
From: Thomas Lockhart
Date:
Subject: Re: useless statements in parse_datestyle_internal