mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix spelling of "millennium".
Thanks to Mika Nystrom <mika@camembert.cs.caltech.edu> for spotting this.
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: datetime.h,v 1.12 2000/04/12 17:16:54 momjian Exp $
|
* $Id: datetime.h,v 1.13 2000/04/14 15:22:22 thomas Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -56,7 +56,7 @@
|
|||||||
#define DYEAR "year"
|
#define DYEAR "year"
|
||||||
#define DDECADE "decade"
|
#define DDECADE "decade"
|
||||||
#define DCENTURY "century"
|
#define DCENTURY "century"
|
||||||
#define DMILLENIUM "millenium"
|
#define DMILLENNIUM "millennium"
|
||||||
#define DA_D "ad"
|
#define DA_D "ad"
|
||||||
#define DB_C "bc"
|
#define DB_C "bc"
|
||||||
#define DTIMEZONE "timezone"
|
#define DTIMEZONE "timezone"
|
||||||
@ -65,7 +65,7 @@
|
|||||||
* Fundamental time field definitions for parsing.
|
* Fundamental time field definitions for parsing.
|
||||||
*
|
*
|
||||||
* Meridian: am, pm, or 24-hour style.
|
* Meridian: am, pm, or 24-hour style.
|
||||||
* Millenium: ad, bc
|
* Millennium: ad, bc
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define AM 0
|
#define AM 0
|
||||||
@ -145,7 +145,7 @@
|
|||||||
#define DTK_YEAR 25
|
#define DTK_YEAR 25
|
||||||
#define DTK_DECADE 26
|
#define DTK_DECADE 26
|
||||||
#define DTK_CENTURY 27
|
#define DTK_CENTURY 27
|
||||||
#define DTK_MILLENIUM 28
|
#define DTK_MILLENNIUM 28
|
||||||
#define DTK_MILLISEC 29
|
#define DTK_MILLISEC 29
|
||||||
#define DTK_MICROSEC 30
|
#define DTK_MICROSEC 30
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user