Re: How to generate specific WAL records?

From: Koichi Suzuki <koichi(dot)szk(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to generate specific WAL records?
Date: 2010-04-19 00:29:43
Message-ID: s2tef4f49ae1004181729ob1e6a6f9g4a60be0bd05b0f87@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us>:
> Kevin Grittner wrote:
>> Koichi Suzuki <koichi(dot)szk(at)gmail(dot)com> wrote:
>> > 2010/4/14 Simon Riggs <simon(at)2ndquadrant(dot)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(at)momjian(dot)us>        http://momjian.us
>  EnterpriseDB                             http://enterprisedb.com
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-04-19 00:55:58 Re: enable_material patch
Previous Message Alex Hunsaker 2010-04-18 21:04:22 Re: [PATCH] fix segfault with DO and plperl/plperlu