Re: [PATCHES] to_date() validation - Mailing list pgsql-hackers

From Brendan Jurd
Subject Re: [PATCHES] to_date() validation
Date
Msg-id 37ed240d0809081107o63e91b14h34ae40c7bd1288d2@mail.gmail.com
Whole thread Raw
In response to Re: [PATCHES] to_date() validation  ("Brendan Jurd" <direvus@gmail.com>)
List pgsql-hackers
On Mon, Sep 8, 2008 at 6:24 PM, Brendan Jurd <direvus@gmail.com> wrote:
> On Sun, Sep 7, 2008 at 5:58 AM, Alex Hunsaker <badalex@gmail.com> wrote:
>> Code review: one minor nit
>> *** a/src/backend/utils/adt/formatting.c
>> --- b/src/backend/utils/adt/formatting.c
>> ***************
>> *** 781,787 **** static const KeyWord DCH_keywords[] = {
>>        {"y", 1, DCH_Y, TRUE, FROM_CHAR_DATE_GREGORIAN},
>>
>>        /* last */
>> !       {NULL, 0, 0, 0}
>>  };
>>
>>  /* ----------
>> --- 781,787 ----
>>        {"y", 1, DCH_Y, TRUE, FROM_CHAR_DATE_GREGORIAN},
>>
>>        /* last */
>> !       {NULL, 0, 0, 0, 0}
>>  };
>
> Ah, thank you for picking that up.  I will correct this and send in a
> new patch version in the next 24 hours.
>

New version attached (and link added to wiki).

Cheers,
BJ

Attachment

pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: sql2008 diff sql2003
Next
From: "Brendan Jurd"
Date:
Subject: Re: [Review] pgbench duration option