Re: logical decoding and replication of sequences

From: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Petr Jelinek <petr(dot)jelinek(at)enterprisedb(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: logical decoding and replication of sequences
Date: 2022-02-10 18:17:20
Message-ID: 9211312a-6501-1caf-ee7b-c0d4814b6091@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've polished & pushed the first part adding sequence decoding
infrastructure etc. Attached are the two remaining parts.

I plan to wait a day or two and then push the test_decoding part. The
last part (for built-in replication) will need more work and maybe
rethinking the grammar etc.

regards

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

Attachment Content-Type Size
0001-Add-support-for-decoding-sequences-to-test_-20220210.patch text/x-patch 253.2 KB
0002-Add-support-for-decoding-sequences-to-built-20220210.patch text/x-patch 77.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2022-02-10 18:37:54 Re: Per-table storage parameters for TableAM/IndexAM extensions
Previous Message Andres Freund 2022-02-10 17:52:31 Re: [RFC] building postgres with meson