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: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(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-15 15:08:20
Message-ID: f73ae696-8856-d034-5227-76265b427065@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's a slightly improved version of the patch, fixing two minor issues
reported by cfbot:

- compiler warning about fetch_sequence_data maybe not initializing a
variable (not true, but silence the warning)

- missing "id" for an element in SGML cocs

regards

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

Attachment Content-Type Size
0001-Make-test_decoding-ddl.out-shorter-20230715.patch text/x-patch 473.3 KB
0002-Logical-decoding-of-sequences-20230715.patch text/x-patch 52.4 KB
0003-Add-decoding-of-sequences-to-test_decoding-20230715.patch text/x-patch 20.6 KB
0004-Add-decoding-of-sequences-to-built-in-repli-20230715.patch text/x-patch 265.7 KB
0005-Simplify-protocol-versioning-20230715.patch text/x-patch 15.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2023-07-15 16:10:51 Re: proposal: psql: show current user in prompt
Previous Message Tomas Vondra 2023-07-15 14:20:28 Re: Use of additional index columns in rows filtering