git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cb08f6b)
Fix a commented-out block of code that pgindent didn't understand
2010年3月12日 21:40:36 +0000 (21:40 +0000)
2010年3月12日 21:40:36 +0000 (21:40 +0000)
properly; it's been making that comment uglier with each run.


diff --git a/src/timezone/pgtz.c b/src/timezone/pgtz.c
index 8c48c24845d40009b726450964a16610802ef520..54403f4c88653e7c3e68b0dc78c3ebc8e341e4bf 100644 (file)
--- a/src/timezone/pgtz.c
+++ b/src/timezone/pgtz.c
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.66 2010年02月26日 02:01:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.67 2010年03月12日 21:40:36 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -974,9 +974,13 @@ static const struct
"W. Australia Standard Time", "W. Australia Daylight Time",
"Australia/Perth"
}, /* (GMT+08:00) Perth */
-/* {"W. Central Africa Standard Time", "W. Central Africa Daylight Time",
- * * * * * * * * * ""}, Could not find a match for this one. Excluded for now. *//* (
- * G MT+01:00) West Central Africa */
+#ifdef NOT_USED
+ /* Could not find a match for this one. Excluded for now. */
+ {
+ "W. Central Africa Standard Time", "W. Central Africa Daylight Time",
+ ""
+ }, /* (GMT+01:00) West Central Africa */
+#endif
{
"W. Europe Standard Time", "W. Europe Daylight Time",
"CET"
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /