Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oWIUc-0002eZ-RM for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Sep 2022 14:26:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oWIUa-0003Ck-J8 for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Sep 2022 14:26:56 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oWIUa-0003Cb-47 for pgsql-hackers@lists.postgresql.org; Thu, 08 Sep 2022 14:26:56 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by magus.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oWIUW-0004wE-I8 for pgsql-hackers@lists.postgresql.org; Thu, 08 Sep 2022 14:26:55 +0000 Received: from [192.168.28.32] (cyclops.postgrespro.ru [93.174.131.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mail.postgrespro.ru (Postfix) with ESMTPSA id 871BD21C2391; Thu, 8 Sep 2022 17:26:50 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mail; t=1662647210; bh=UHOcLrz8pVu7pTh5/j5iNp8n2My8/BcStJTmkDgdm3Q=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=hf+T9jlg1kMTOTC5iT69q8t/twIl7kfbQh++G5pklc6WvNjze+Cq/XEZbjn5YOVrN iW2enbkZk/wIbGS4p6nRE/zmBmGOx3QvVYF2P54/jh+9SKE11b0gmrRCJCDAL8tJaL /FJOGKYVL4nD4+EPJc4Hjrv7+7hVzqPj5u9D8deI= Message-ID: <68913a36-c210-5e6a-ba3d-e91e30506411@postgrespro.ru> Date: Thu, 8 Sep 2022 17:26:51 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Content-Language: en-US To: Justin Pryzby , Alvaro Herrera Cc: pgsql-hackers@lists.postgresql.org References: <20220714081214.s7cie3vbtyyshzuz@alvherre.pgsql> <5baa51c4-ee85-337a-6932-9fe8a85a1fed@postgrespro.ru> <87dd2e43-5a16-f2b9-4ab9-76a6d35f246f@postgrespro.ru> <20220907184333.GC31833@telsasoft.com> <20220908122604.GE31833@telsasoft.com> From: Dmitry Koval In-Reply-To: <20220908122604.GE31833@telsasoft.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thanks for your advice, Justin and Alvaro! I'll try to reduce the size of this patch and split it into separate parts (for MERGE and SPLIT). -- With best regards, Dmitry Koval Postgres Professional: http://postgrespro.com