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

Commitdeb78dd

Browse files
committed
More win32 adjustment for timezone directory.
1 parentf4c69c8 commitdeb78dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/timezone/pgtz.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.6 2004/05/01 22:07:03 momjian Exp $
9+
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.7 2004/05/02 03:12:12 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -39,11 +39,10 @@ pg_TZDIR(void)
3939
returnNULL;
4040
else
4141
*p='\0';
42-
strcat(tzdir,"/../share/timezone");
42+
strcat(tzdir,"/../share");
4343
#endif
4444
strcat(tzdir,"/timezone");
4545

46-
4746
done_tzdir=1;
4847
returntzdir;
4948
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp