Re: pg_waldump and PREPARE - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pg_waldump and PREPARE
Date
Msg-id 20191120085007.GC47145@paquier.xyz
Whole thread Raw
In response to Re: pg_waldump and PREPARE  (btkimurayuzk <btkimurayuzk@oss.nttdata.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Amit Khandekar
Date:
Subject: Re: logical decoding : exceeded maxAllocatedDescs for .spill files
Next
From: Konstantin Knizhnik
Date:
Subject: Internal function returning pg_statistic