useless statements in parse_datestyle_internal

From: Yury Bokhoncovich <byg(at)center-f1(dot)ru>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: useless statements in parse_datestyle_internal
Date: 2002-03-20 12:33:12
Message-ID: Pine.LNX.4.33.0203201731080.12114-100000@panda.center-f1.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)center-f1(dot)ru(dot)
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-03-20 14:44:48 Re: Eurodates by default
Previous Message Yury Bokhoncovich 2002-03-20 09:02:55 Re: Eurodates by default