From: Thomas G. Lockhart Date: Fri, 21 Dec 2001 06:03:27 +0000 (+0000) Subject: Add full name of the month of July to the lookup table. X-Git-Tag: REL7_2_BETA5~188 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db667614ef90a3f758f81f9fe48c3e12ad671805;p=thirdparty%2Fpostgresql.git Add full name of the month of July to the lookup table. Thanks to Greg Sabino Mullane for finding the problem. --- diff --git a/src/backend/utils/adt/datetime.c b/src/backend/utils/adt/datetime.c index 5cef74e2c5a..aff8f862491 100644 --- a/src/backend/utils/adt/datetime.c +++ b/src/backend/utils/adt/datetime.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.81 2001/11/21 22:57:01 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.82 2001/12/21 06:03:27 thomas Exp $ * *------------------------------------------------------------------------- */ @@ -271,6 +271,7 @@ jayt {"jt", TZ, 45}, /* Java Time */ {"jul", MONTH, 7}, {"julian", UNITS, JULIAN}, + {"july", MONTH, 7}, {"jun", MONTH, 6}, {"june", MONTH, 6}, #if 0