Re: How to generate specific WAL records?

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: koichi(dot)szk(at)gmail(dot)com
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, f(at)alvh(dot)no-ip(dot)org, pgsql-hackers(at)postgresql(dot)org, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Subject: Re: How to generate specific WAL records?
Date: 2010-04-14 12:10:14
Message-ID: 1271247014.8305.1298.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2010-04-14 at 11:13 +0900, Koichi Suzuki wrote:

> Thank you for a great advice. I successfully generated all the WAL
> records listed below. By deleteing and VACUUMing a table with
> btree_gist based index, I was successful to generate all the GIST WAL
> records.

It would be a very useful test case to publish. There are already a
number of standby related tests, this would be very useful for general
case testing, not just for pg_lesslog.

--
Simon Riggs www.2ndQuadrant.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Koichi Suzuki 2010-04-14 12:19:07 Re: How to generate specific WAL records?
Previous Message Simon Riggs 2010-04-14 12:08:13 Re: testing HS/SR - 1 vs 2 performance