projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a2b9f9
)
Remove debug output line.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 1 May 2004 01:38:53 +0000
(
01:38
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 1 May 2004 01:38:53 +0000
(
01:38
+0000)
src/timezone/pgtz.c
patch
|
blob
|
blame
|
history
diff --git
a/src/timezone/pgtz.c
b/src/timezone/pgtz.c
index 0ce7d80e4111554c8a4dc1e9c71fb925c10837cc..2dc894cccd66ea68c452bbaa119a48debcb2acdc 100644
(file)
--- a/
src/timezone/pgtz.c
+++ b/
src/timezone/pgtz.c
@@
-6,7
+6,7
@@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.
4 2004/05/01 01:34:47
momjian Exp $
+ * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.
5 2004/05/01 01:38:53
momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@
-41,7
+41,6
@@
pg_TZDIR(void)
#endif
strcat(tzdir, "/timezone");
- puts(tzdir);
done_tzdir = 1;
return tzdir;