From: | BharatDB <bharatdbpg(at)gmail(dot)com> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Fwd: Test mail for pgsql-hackers |
Date: | 2025-03-11 12:37:19 |
Message-ID: | CAAh00EQSN45JRKUpcB_ih92mND3oAK-AE3g_b66K6BjC4eHs2A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
---------- Forwarded message ---------
From: BharatDB <bharatdbpg(at)gmail(dot)com>
Date: Tue, Mar 11, 2025 at 6:03 PM
Subject: Re: Test mail for pgsql-hackers
To: pgsql-hackers Owner <pgsql-hackers-owner(at)lists(dot)postgresql(dot)org>, <
pgsql-hackers(at)lists(dot)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Hi ,
> I’ve been exploring logical replication and noticed that if the column
> datatypes don’t match between the publisher and subscriber, PostgreSQL
> doesn’t give a warning. This can cause unexpected behavior, and I thought
> it might be helpful to alert users when this happens.
> ### **What This Patch Does:**
> - Adds a warning when a column's datatype in the subscriber doesn’t match
> the publisher.
- Helps users catch issues early instead of running into silent errors
> later.
> Why I Think It’s Useful:- Avoids confusion when replication doesn’t work
> as expected. - Makes debugging easier by pointing out potential problems.
> I’d love to get feedback on whether this is a good idea and if I’ve
> approached it correctly. Since I’m still learning, any suggestions for
> improvement would be really helpful. I’ve attached the patch—please let me
> know what you think!
> Thanks, Blessy
Attachment | Content-Type | Size |
---|---|---|
Datatype_mismatch_logicalreplication_.patch | application/x-patch | 48.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2025-03-11 12:44:55 | Re: BUG #18833: libpq.so doesn't contain declared symbol in rpm --provides |
Previous Message | Bruno Friedmann | 2025-03-11 12:36:53 | Re: BUG #18833: libpq.so doesn't contain declared symbol in rpm --provides |
From | Date | Subject | |
---|---|---|---|
Next Message | Andy Fan | 2025-03-11 12:38:38 | a pool for parallel worker |
Previous Message | BharatDB | 2025-03-11 12:33:09 | Re: Test mail for pgsql-hackers |