Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f2717d

Browse files
author
Michael Meskes
committed
tackling Vista problem - another try
1 parente18ca9b commit2f2717d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2196,6 +2196,6 @@ Thu, 10 May 09:42:42 CEST 2007
21962196

21972197
Th, 17 May 2007 22:03:40 +0200
21982198

2199-
- Removed mktime() call to hopefully get rid of somecompatiility
2199+
- Removed mktime() call to hopefully get rid of somecompatibility
22002200
problems.
22012201
- Set ecpg version to 4.3.1.

‎src/interfaces/ecpg/pgtypeslib/dt_common.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.37 2007/02/19 17:41:39 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.38 2007/05/20 11:30:30 meskes Exp $ */
22

33
#include"postgres_fe.h"
44

@@ -2538,7 +2538,9 @@ DecodeDateTime(char **field, int *ftype, int nf,
25382538
if (fmask&DTK_M(DTZMOD))
25392539
return-1;
25402540

2541-
*tzp=DetermineLocalTimeZone(tm);
2541+
/* test to see if this is the reason for the error on Vista
2542+
* doesn't seem to be used anyway
2543+
* *tzp = DetermineLocalTimeZone(tm); */
25422544
}
25432545
}
25442546

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp