Re: pgsql: Store 2PC GID in commit/abort WAL recs for logical decoding - Mailing list pgsql-hackers

From Nikhil Sontakke
Subject Re: pgsql: Store 2PC GID in commit/abort WAL recs for logical decoding
Date
Msg-id CAMGcDxey6dG1DP34_tJMoWPcp5sPJUAL4K5CayUUXLQSx2GQpA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Store 2PC GID in commit/abort WAL recs for logicaldecoding  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: pgsql: Store 2PC GID in commit/abort WAL recs for logicaldecoding
Re: pgsql: Store 2PC GID in commit/abort WAL recs for logicaldecoding
Re: pgsql: Store 2PC GID in commit/abort WAL recs for logicaldecoding
List pgsql-hackers
Hi Heikki,


>
> Pushed, thanks for the review!
>

There was a slight oversight in the twophase_gid length calculation in
the XactLogCommitRecord() code path in the cf5a1890592 commit. The
corresponding XactLogAbortRecord() code path was ok. PFA, a small
patch to fix the oversight.

Regards,
Nikhils
-- 
 Nikhil Sontakke                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Surafel Temesgen
Date:
Subject: Re: ON CONFLICT DO NOTHING on pg_dump
Next
From: David Rowley
Date:
Subject: Re: why partition pruning doesn't work?