Re: logical decoding and replication of sequences, take 2

From: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Subject: Re: logical decoding and replication of sequences, take 2
Date: 2023-07-25 21:12:53
Message-ID: 66347ea2-5629-6020-ce6c-f92e64268ce1@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's a somewhat cleaned up version of the patch series, with some of
the smaller "rework" patches (protocol versioning, origins, smgr_create,
...) merged into the appropriate part. I've kept the bit adding separate
tablesync LSN.

regards

--
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
0001-Logical-decoding-of-sequences-20230725b.patch text/x-patch 54.3 KB
0002-Add-decoding-of-sequences-to-test_decoding-20230725b.patch text/x-patch 20.6 KB
0003-Add-decoding-of-sequences-to-built-in-repl-20230725b.patch text/x-patch 256.8 KB
0004-Catchup-up-to-a-LSN-after-copy-of-the-sequ-20230725b.patch text/x-patch 3.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-07-25 22:39:37 Re: WAL Insertion Lock Improvements
Previous Message Gurjeet Singh 2023-07-25 20:46:38 Re: MERGE ... RETURNING