pgsql-server/src backend/utils/adt/datetime.c ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/utils/adt/datetime.c ...
Date: 2003-08-05 18:30:21
Message-ID: 20030805183021.D3B5FD1C918@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/08/05 15:30:21

Modified files:
src/backend/utils/adt: datetime.c
src/include/utils: datetime.h

Log message:
Improve documentation of ParseDateTime(). Reorder tests to prevent
writing one more value into return arrays than will fit. This is
potentially a stack smash, though I do not think it is a problem in
current uses of the routine, since a failure return causes elog anyway.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-08-06 02:19:53 pgsql-server/src/interfaces/ecpg compatlib/Mak ...
Previous Message Tom Lane 2003-08-05 17:39:36 pgsql-server/src/backend/utils/adt Tag: REL7_3 ...