pgsql: Fix bug in WAL_DEBUG.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in WAL_DEBUG.
Date: 2014-06-23 09:24:20
Message-ID: E1Wz0U8-0004w6-Dh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bug in WAL_DEBUG.

The record header was not copied correctly to the buffer that was passed
to the rm_desc function. Broken by my rm_desc signature refactoring patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/85ba0748ed5aa069643887af84fc28c380b1e815

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-06-23 18:25:44 pgsql: Add missing closing parenthesis into max_replication_slots doc.
Previous Message Jeff Davis 2014-06-22 19:19:49 Re: pgsql: Fix documentation template for CREATE TRIGGER.