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: signature.asc
Description: PGP signature

Reply via email to