From: Heikki Linnakangas Date: Tue, 27 Jan 2009 08:09:31 +0000 (+0200) Subject: comment fixes X-Git-Url: http://git.postgresql.org/gitweb/irc:/static/gitweb.js?a=commitdiff_plain;h=78bc6239f840fec29a71db47db2349e5f38a23d5;p=users%2Fsimon%2Fpostgres.git comment fixes --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index e64fb48ccb..6b68791120 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -115,8 +115,8 @@ CheckpointStatsData CheckpointStats; /* * ThisTimeLineID will be same in all backends --- it identifies current - * WAL timeline for the database system. Zero is always a bug, so we - * start with that to allow us to spot any errors. + * WAL timeline for the database system. Zero is never valid, so we start + * with that to spot any errors. */ TimeLineID ThisTimeLineID = 0;