Re: How to generate specific WAL records? - Mailing list pgsql-hackers

From Koichi Suzuki
Subject Re: How to generate specific WAL records?
Date
Msg-id s2tef4f49ae1004181729ob1e6a6f9g4a60be0bd05b0f87@mail.gmail.com
Whole thread Raw
In response to Re: How to generate specific WAL records?  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Now I've tested almost all WAL record, including CLOG_TRUNCATE and all
the GIST and GIN-related WALs.

I'm still struggling to find how to have XLOG_HEAP_INIT_PAGE and
XLOG_BTREE_INSERT_META.   I'm trying to find how to have these WAL
records but it's a great help if anyone suggests me how.

Thank you very much in advance;
----------
Koichi Suzuki

2010/4/15 Bruce Momjian <bruce@momjian.us>:
> Kevin Grittner wrote:
>> Koichi Suzuki <koichi.szk@gmail.com> wrote:
>> > 2010/4/14 Simon Riggs <simon@2ndquadrant.com>:
>>
>> >> It would be a very useful test case to publish.
>>
>> > I'm still struggling to generate remaing WAL records.
>>
>> Sure, but when you've got it all, please share.  I'd like to see us
>> have a much larger set of tests than the "make check" regression
>> tests which would get run less frequently but test a lot more.  This
>> sounds like a good one to include.
>
> Agreed.  This test belongs in our CVS tree so we can maintain it as we
> add new WAL types.
>
> --
>  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
>  EnterpriseDB                             http://enterprisedb.com
>


pgsql-hackers by date:

Previous
From: Alex Hunsaker
Date:
Subject: Re: [PATCH] fix segfault with DO and plperl/plperlu
Next
From: Robert Haas
Date:
Subject: Re: enable_material patch