Re: pg_waldump and PREPARE

From: btkimurayuzk <btkimurayuzk(at)oss(dot)nttdata(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Andrey Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>, Michael Paquier <michael(at)paquier(dot)xyz>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, vignesh C <vignesh21(at)gmail(dot)com>
Subject: Re: pg_waldump and PREPARE
Date: 2019-11-20 07:16:45
Message-ID: a6ba6cf6bd0c990e019f008bae83437f@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> I did not see any problems in this version of the patch. The
>> information
>> displayed by pg_waldump for the PREPARE record is sufficient for use.
>
> Thanks Andrey and Michael for the review! I committed the patch.
>
> Regards,

Hi,
There is a mistake in the comment in the definition of
xl_xact_relfilenodes.
This is a small patch to correct it.

Regards,

Yu Kimura

Attachment Content-Type Size
modify_xl_xact_relfilenodes_attr_comment.patch text/x-diff 501 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2019-11-20 07:40:06 Re: logical decoding : exceeded maxAllocatedDescs for .spill files
Previous Message Kyotaro Horiguchi 2019-11-20 06:05:46 Re: [HACKERS] WAL logging problem in 9.4.3?