Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION

From: Ayush Tiwari <ayushtiwari(dot)slg01(at)gmail(dot)com>
To: John Naylor <johncnaylorls(at)gmail(dot)com>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>
Subject: Re: [PATCH] Fix duplicate errmsg in ALTER TABLE SPLIT PARTITION
Date: 2026-04-28 17:34:03
Message-ID: CAJTYsWU6djZm1eMLROtduyZNQSUYTmSAo+NNvdSqv-PQ9UhEmw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

>
> Attaching separate patches one with edits, and the other for ERRORs.
> Please review and let me know.
>

I have registered this patch set in the CommitFest for tracking:
https://commitfest.postgresql.org/patch/6694/

Regards,
Ayush

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message surya poondla 2026-04-28 18:29:07 Re: tupdesc: simplify assert in equalTupleDescs()
Previous Message Bertrand Drouvot 2026-04-28 15:28:06 Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE