From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | btkimurayuzk <btkimurayuzk(at)oss(dot)nttdata(dot)com> |
Cc: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Andrey Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>, 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 08:50:07 |
Message-ID: | 20191120085007.GC47145@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Nov 20, 2019 at 04:16:45PM +0900, btkimurayuzk wrote:
> typedef struct xl_xact_relfilenodes
> {
> - int nrels; /* number of subtransaction XIDs */
> + int nrels; /* number of relations */
> RelFileNode xnodes[FLEXIBLE_ARRAY_MEMBER];
> } xl_xact_relfilenodes;
> #define MinSizeOfXactRelfilenodes offsetof(xl_xact_relfilenodes, xnodes)
These are relations, and it smells like a copy-pasto coming from
xl_xact_subxacts. Thanks Kimura-san, committed.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Konstantin Knizhnik | 2019-11-20 09:59:01 | Internal function returning pg_statistic |
Previous Message | Amit Khandekar | 2019-11-20 08:48:08 | Re: logical decoding : exceeded maxAllocatedDescs for .spill files |