Re: Test mail for pgsql-hackers

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Cc: BharatDB <bharatdbpg(at)gmail(dot)com>, pgsql-hackers Owner <pgsql-hackers-owner(at)lists(dot)postgresql(dot)org>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Test mail for pgsql-hackers
Date: 2025-03-12 12:28:49
Message-ID: CAKFQuwY2YppzALVMdwUAsQv=Ht4U9=3LBfAMiwTYLSFoke7wrw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Wednesday, March 12, 2025, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
wrote:

> Hi Blessy,
>
> On Tue, Mar 11, 2025 at 6:03 PM BharatDB <bharatdbpg(at)gmail(dot)com> wrote:
> >>
> >> 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!
>
> Large part of your patch is renaming files which are not related to
> this patch. Can you please clean that up.
>

If there is really a patch submission happening here I suggest you start a
new thread with a meaningful subject line and proper recipients (one list,
not -owners)

David J.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2025-03-12 12:30:03 BUG #18840: Segmentation fault in executing select unnest(array(oidvector))
Previous Message Amit Langote 2025-03-12 12:24:09 Re: BUG #18830: ExecInitMerge Segfault on MERGE

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2025-03-12 12:28:50 Re: Changing the state of data checksums in a running cluster
Previous Message Amit Langote 2025-03-12 12:26:55 Re: Question about duplicate JSONTYPE_JSON check