Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9edb0f7e
Commit
9edb0f7e
authored
Apr 14, 2000
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling of "millennium".
Thanks to Mika Nystrom <mika@camembert.cs.caltech.edu> for spotting this.
parent
d221e149
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/include/utils/datetime.h
src/include/utils/datetime.h
+4
-4
No files found.
src/include/utils/datetime.h
View file @
9edb0f7e
...
@@ -9,7 +9,7 @@
...
@@ -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.1
2 2000/04/12 17:16:54 momjian
Exp $
* $Id: datetime.h,v 1.1
3 2000/04/14 15:22:22 thomas
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
#define DYEAR "year"
#define DYEAR "year"
#define DDECADE "decade"
#define DDECADE "decade"
#define DCENTURY "century"
#define DCENTURY "century"
#define DMILLEN
IUM "mille
nium"
#define DMILLEN
NIUM "millen
nium"
#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 @@
...
@@ -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
* Millen
n
ium: ad, bc
*/
*/
#define AM 0
#define AM 0
...
@@ -145,7 +145,7 @@
...
@@ -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_MILLEN
N
IUM 28
#define DTK_MILLISEC 29
#define DTK_MILLISEC 29
#define DTK_MICROSEC 30
#define DTK_MICROSEC 30
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment