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
2f2717d1
Commit
2f2717d1
authored
May 20, 2007
by
Michael Meskes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tackling Vista problem - another try
parent
e18ca9bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/ChangeLog
+1
-1
src/interfaces/ecpg/pgtypeslib/dt_common.c
src/interfaces/ecpg/pgtypeslib/dt_common.c
+4
-2
No files found.
src/interfaces/ecpg/ChangeLog
View file @
2f2717d1
...
...
@@ -2196,6 +2196,6 @@ Thu, 10 May 09:42:42 CEST 2007
Th, 17 May 2007 22:03:40 +0200
- Removed mktime() call to hopefully get rid of some compatiility
- Removed mktime() call to hopefully get rid of some compati
b
ility
problems.
- Set ecpg version to 4.3.1.
src/interfaces/ecpg/pgtypeslib/dt_common.c
View file @
2f2717d1
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.3
7 2007/02/19 17:41:39 momjian
Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.3
8 2007/05/20 11:30:30 meskes
Exp $ */
#include "postgres_fe.h"
...
...
@@ -2538,7 +2538,9 @@ DecodeDateTime(char **field, int *ftype, int nf,
if
(
fmask
&
DTK_M
(
DTZMOD
))
return
-
1
;
*
tzp
=
DetermineLocalTimeZone
(
tm
);
/* test to see if this is the reason for the error on Vista
* doesn't seem to be used anyway
* *tzp = DetermineLocalTimeZone(tm); */
}
}
...
...
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