Re: Add SPLIT PARTITION/MERGE PARTITIONS commands

From: Dmitry Koval <d(dot)koval(at)postgrespro(dot)ru>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: Noah Misch <noah(at)leadboat(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Date: 2024-08-10 15:57:48
Message-ID: 768cbb42-d3f8-45de-89ad-72861f078dc2@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Probably
> QueryCompletion struct fits this purpose best from the existing
> parameters. Attached draft patch implements returning oid of newly
> created relation as part of QueryCompletion. Thoughts?

I agree, returning the oid of the newly created relation is the best way
to solve the problem.
(Excuse me, I won't have access to a laptop for the next week - and
won't be able to look at the source code).

--
With best regards,
Dmitry Koval

Postgres Professional: http://postgrespro.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2024-08-10 15:58:31 Re: [HACKERS] make async slave to wait for lsn to be replayed
Previous Message Alexander Korotkov 2024-08-10 15:43:59 Re: Add SPLIT PARTITION/MERGE PARTITIONS commands