Fix bug in WAL_DEBUG.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 23 Jun 2014 09:22:36 +0000 (12:22 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 23 Jun 2014 09:22:36 +0000 (12:22 +0300)
commit85ba0748ed5aa069643887af84fc28c380b1e815
tree5f713b377a217b89d741fb1d7a4ecc9946234d48
parent884dede37a056622510d6b2768abefb5ef981699
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.
src/backend/access/transam/xlog.c