Re: Meridiem markers (was: [BUGS] Incorrect "invalid AM/PM string" error from to_timestamp) - Mailing list pgsql-hackers

From Brendan Jurd
Subject Re: Meridiem markers (was: [BUGS] Incorrect "invalid AM/PM string" error from to_timestamp)
Date
Msg-id 37ed240d0901262209h18de77dbnbcaf0079a6203e8a@mail.gmail.com
Whole thread Raw
In response to Re: Meridiem markers (was: [BUGS] Incorrect "invalid AM/PM string" error from to_timestamp)  (Brendan Jurd <direvus@gmail.com>)
Responses Re: Re: Meridiem markers (was: [BUGS] Incorrect "invalid AM/PM string" error from to_timestamp)  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Tue, Jan 27, 2009 at 3:25 PM, Brendan Jurd <direvus@gmail.com> wrote:
> On Tue, Jan 27, 2009 at 3:05 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>
>> strncpy is generally deprecated; any remaining uses you find of it
>> are probably only there for lack of round tuits.  Use strlcpy in new
>> code, unless there's a pretty strong argument that strncpy is actually
>> clearer for a given usage.
>>
>
> Thanks for clearing that up Tom.  I will update the patch to use
> strlcpy shortly.
>

Okay, I've attached a new version of the patch with strlcpy used in
from_char_set_int_len() and from_char_seq_search().  I've also
included an incremental patch which shows the differences between
version 0 and version 1.

Cheers,
BJ

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: 8.4 release planning
Next
From: Heikki Linnakangas
Date:
Subject: Re: 8.4 release planning