Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15a118 commit 5163394Copy full SHA for 5163394
src/include/utils/datetime.h
@@ -9,7 +9,7 @@
9
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
10
* Portions Copyright (c) 1994, Regents of the University of California
11
*
12
- * $Id: datetime.h,v 1.20 2001/07/10 01:39:20 tgl Exp $
+ * $Id: datetime.h,v 1.21 2001/08/27 20:02:10 tgl Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -183,7 +183,6 @@ typedef struct
183
char value; /* this may be unsigned, alas */
184
} datetkn;
185
186
-extern datetkn datetktbl[];
187
188
/* TMODULO()
189
* Macro to replace modf(), which is broken on some platforms.
0 commit comments