pgsql: Fix thinko in comment.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in comment.
Date: 2013-05-02 15:13:03
Message-ID: E1UXvBv-00006w-HM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in comment.

WAL segment means a 16 MB physical WAL file; this comment meant a logical
4 GB log file.

Amit Langote. Apply to backbranches only, as the comment is gone in master.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e1d1d8099300bbc55cd44afa4ecab0cca1f33953

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2013-05-02 15:38:39 Re: pgsql: pg_test_fsync: update output to show usecs/op clearer
Previous Message Bruce Momjian 2013-05-02 14:27:41 pgsql: pg_test_fsync: update output to show usecs/op clearer