Content-Length: 278820 | pFad | http://github.com/postgrespro/postgres/commit/37239ef8c9fa72e0f73a307cc413a03a743878d3
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 e266922 commit 37239efCopy full SHA for 37239ef
src/interfaces/ecpg/pgtypeslib/dt_common.c
@@ -123,8 +123,8 @@ static datetkn datetktbl[] = {
123
{"dec", MONTH, 12},
124
{"december", MONTH, 12},
125
{"dnt", TZ, 3600}, /* Dansk Normal Tid */
126
- {"dow", RESERV, DTK_DOW}, /* day of week */
127
- {"doy", RESERV, DTK_DOY}, /* day of year */
+ {"dow", UNITS, DTK_DOW}, /* day of week */
+ {"doy", UNITS, DTK_DOY}, /* day of year */
128
{"dst", DTZMOD, SECS_PER_HOUR},
129
#if 0
130
{"dusst", DTZ, 21600}, /* Dushanbe Summer Time */
@@ -206,7 +206,7 @@ static datetkn datetktbl[] = {
206
{"irkst", DTZ, 32400}, /* Irkutsk Summer Time */
207
{"irkt", TZ, 28800}, /* Irkutsk Time */
208
{"irt", TZ, 12600}, /* Iran Time */
209
- {"isodow", RESERV, DTK_ISODOW}, /* ISO day of week, Sunday == 7 */
+ {"isodow", UNITS, DTK_ISODOW}, /* ISO day of week, Sunday == 7 */
210
211
isst
212
#endif
Fetched URL: http://github.com/postgrespro/postgres/commit/37239ef8c9fa72e0f73a307cc413a03a743878d3
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments