pgsql: Fix a WARNING for data origin discrepancies. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix a WARNING for data origin discrepancies.
Date
Msg-id E1tlPA7-000Rf4-0J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix a WARNING for data origin discrepancies.

Previously, a WARNING was issued at the time of defining a subscription
with origin=NONE only when the publisher subscribed to the same table from
other publishers, indicating potential data origination from different
origins. However, the publisher can subscribe to the partition ancestors
or partition children of the table from other publishers, which could also
result in mixed-origin data inclusion. So, give a WARNING in those cases
as well.

Reported-by: Sergey Tatarintsev <s.tatarintsev@postgrespro.ru>
Author: Hou Zhijie <houzj.fnst@fujitsu.com>
Author: Shlok Kyal <shlok.kyal.oss@gmail.com>
Reviewed-by: Vignesh C <vignesh21@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Backpatch-through: 16, where it was introduced
Discussion: https://postgr.es/m/5eda6a9c-63cf-404d-8a49-8dcb116a29f3@postgrespro.ru

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1c2a2354c3848d9f03dc627270bdca073a5a37bc

Modified Files
--------------
doc/src/sgml/ref/create_subscription.sgml |  12 +--
src/backend/commands/subscriptioncmds.c   |  15 ++--
src/test/subscription/t/030_origin.pl     | 120 +++++++++++++++++++++++++++++-
3 files changed, 133 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Add links to olsen93 and ong90 in bibliography