pgsql: Fix typo in DEBUG message, introduced by recent WAL refactoring.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in DEBUG message, introduced by recent WAL refactoring.
Date: 2012-06-25 18:00:57
Message-ID: E1SjDar-0005bv-IY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in DEBUG message, introduced by recent WAL refactoring.

Fujii Masao

Branch
------
master

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

Modified Files
--------------
src/backend/replication/walsender.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-06-25 18:32:38 pgsql: Unify calling conventions for postgres/postmaster sub-main funct
Previous Message Robert Haas 2012-06-25 17:12:54 Re: [COMMITTERS] pgsql: Remove sanity test in XRecOffIsValid.