Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sKhhZ-00Bg8S-AJ for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Jun 2024 17:05:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sKhhX-005fwX-Ja for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Jun 2024 17:05:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sKhhX-005fvq-4B for pgsql-hackers@lists.postgresql.org; Fri, 21 Jun 2024 17:05:27 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sKhhU-002rJZ-ML for pgsql-hackers@postgresql.org; Fri, 21 Jun 2024 17:05:26 +0000 Received: from [192.168.43.178] (unknown [176.59.41.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: a.rybakina@postgrespro.ru) by mail.postgrespro.ru (Postfix/587) with ESMTPSA id 85BADE2109C; Fri, 21 Jun 2024 20:05:22 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mx2023; t=1718989523; bh=T15iY0thpLrCGHa/9bkOCegiwFhkVBEH0WVq6Kgv2PI=; h=Message-ID:Date:User-Agent:Subject:To:Cc:References:From: In-Reply-To:From; b=ZzFzkI4alf5NupNGtTrK2WoUxJv0hLzggyk313kY4xJnH5DqDsXanmqn5x2/uhJ9l yTVRLhgVEgVMvNT1wXoP0fIf8vY7qzVST2mFJzjE1HCnl+QfnnY07yrbCd7fld6JrE 8XqAhSfHi+PP918unpqnzLwF67bFXv2i70TPgPOWULeALy9x+lLlzSh9kiUMrCqSCU 9MjZJ6aZ1gmy/4OYLV/wGLVmm+rE/OaNnb1h1fnMH9MufdzKIvvjSiTcfOzcwOTSrf ZTa/oMHxSduxp0XoVgqV8wyJEuTnGZrrsfcjjjZ+iVyJTH3l3p41RdkvAMqzaAgxfw tlR5lDqL+S3tA== Content-Type: multipart/alternative; boundary="------------OmjWmLMG8uB54huS9lmy0omw" Message-ID: Date: Fri, 21 Jun 2024 20:05:24 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: POC, WIP: OR-clause support for indexes To: Alexander Korotkov Cc: jian he , Robert Haas , pgsql-hackers@postgresql.org, Peter Geoghegan , Marcos Pegoraro , teodor@sigaev.ru, Andrei Lepikhov , Tomas Vondra , Peter Eisentraut , Ranier Vilela References: <567ED6CA.2040504@sigaev.ru> <7389d0dd-05d5-41b7-a12d-2e73f939f851@postgrespro.ru> <74e3c8bc-dccd-45e5-ad2d-6a6e96fc5864@postgrespro.ru> <6d27d752-db0b-4cac-9843-6ba3dd7a1e94@postgrespro.ru> <6850c306-4e9d-40b7-8096-1f3c7d29cd9e@postgrespro.ru> Content-Language: en-US From: Alena Rybakina In-Reply-To: X-KSMG-AntiPhishing: NotDetected, bases: 2024/06/21 15:04:00 X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.1.0.7854, bases: 2024/06/21 13:40:00 #25651349 X-KSMG-AntiVirus-Status: NotDetected, skipped X-KSMG-LinksScanning: not scanned, disabled by settings X-KSMG-Message-Action: skipped X-KSMG-Rule-ID: 1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------OmjWmLMG8uB54huS9lmy0omw Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit I'm confused, I have seen that we have two threads [1] and [2] about this thread andIhaven'tfoundanyexplanationfor howtheydiffer. And I don't understand, whyam Inotlistedas the authorof the patch? Iwasdevelopingthe firstpartof the patchbeforeAndreycameto review it[3] andhisfirstparthasn'tchangedmuchsincethen. IfIwroteto the wrongpersonaboutit,thenpleasetellme where. [1] https://commitfest.postgresql.org/48/4450/ [2] https://commitfest.postgresql.org/48/5037/ [3] https://www.postgresql.org/message-id/b301dce1-09fd-72b1-834a-527ca428db5e%40yandex.ru -- Regards, Alena Rybakina Postgres Professional:http://www.postgrespro.com The Russian Postgres Company --------------OmjWmLMG8uB54huS9lmy0omw Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I'm confused, I have seen that we have two threads [1] and [2] about this thread and I haven't found any explanation for how they differ.

And I don't understand, why am I not listed as the author of the patch? I was developing the first part of the patch before Andrey came to review it [3] and his first part hasn't changed much since then.

If I wrote to the wrong person about it, then please tell me where.

[1] https://commitfest.postgresql.org/48/4450/

[2] https://commitfest.postgresql.org/48/5037/

[3] https://www.postgresql.org/message-id/b301dce1-09fd-72b1-834a-527ca428db5e%40yandex.ru

-- 
Regards,
Alena Rybakina
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
--------------OmjWmLMG8uB54huS9lmy0omw--