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 1qHgWV-0002uC-Pg for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Jul 2023 08:09:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1qHgWU-0006lI-OH for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Jul 2023 08:09:02 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qHgWU-0006l9-Eg for pgsql-hackers@lists.postgresql.org; Fri, 07 Jul 2023 08:09:02 +0000 Received: from mail-vk1-xa31.google.com ([2607:f8b0:4864:20::a31]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qHgWS-002VGh-DZ for pgsql-hackers@lists.postgresql.org; Fri, 07 Jul 2023 08:09:01 +0000 Received: by mail-vk1-xa31.google.com with SMTP id 71dfb90a1353d-47e655e9a9aso624321e0c.2 for ; Fri, 07 Jul 2023 01:09:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688717339; x=1691309339; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=b52j3KooMt9eIrPkAmF188W+I6Judsvlo9B5kO2Gmrs=; b=O7B3wilXbu6Ywv+ZxC8pDPLmFjnU/nfSC+vHKDABFSV2tz74uNkYmidm29bLcyVjhj zv54Mlp2+R1OWhFi8Momve8rP7NVBJpcx3cOpToQ1+Bd4lNm3L49BMZ6xoGeo8yPmlUY Zo5Q8oGAoVFh1G4Faa1Y1uX4rrq1jr1kkyJvNNL3ah0JNAMVIyPvCd8ERxXi2YK17ZdC 9s7bQN1/3ELbIjjeqXXcG7u73mQMkZaNB8iobCvG4A96hnJe2LJwnXx0SpDpiEidg2x9 mcw+GDd7nKcRBeZb1mBWEHta8td0vmDJU7Dl0FjJOk2rB6qP6spA9ez1txhmQzjwsjF5 d7rQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688717339; x=1691309339; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=b52j3KooMt9eIrPkAmF188W+I6Judsvlo9B5kO2Gmrs=; b=gT+gd+9czqk1e5L9G45oJ+nXJa8QQ8+nzanS4P5oJQpzIE5tfFVLCX34RBaarv5sjn C3nRl4d+h/rFO3gBkQguWlFfzYs79bWbyaJXfXDgNPwkJMFkb9v/2aNGrdA36cCO8YDL HmUp7VKK7+xiNyrjqgONuX9o3SDqnTaEFY39ZNpb+Bgx+9c7z0r6DvAbkpSucoQGz/65 wY+hu7BOFDilF896TUKVF6B51Pk8/U7qYLnKel8QIjhh6fHLkjVWekDdlwa5odJ96f2X pTCHJ5ylBZ8Bjn0SNosZVhW9kPzT3ZEH5bmNG4n8AxNTFpM90hSKKQbnA8w3wKq1ts1C hswQ== X-Gm-Message-State: ABy/qLYJvkL0rq7TO4dL1NRvD9StDj7Heu/tR2LF//uMSOLrx1bAXkfC hU1CJiCJMyar49XoPmH1huloAckyVqSX9jpQ9w4= X-Google-Smtp-Source: APBJJlHWQDB0Bg4/wzAgm6RI+30suB869+SiGnYH4nuFRMoABqZ1fGX6v6jKYcZcMk2L01zJlk1z40+EMB8utDcJUjY= X-Received: by 2002:a1f:d0c2:0:b0:46e:9f33:add1 with SMTP id h185-20020a1fd0c2000000b0046e9f33add1mr2583348vkg.6.1688717338786; Fri, 07 Jul 2023 01:08:58 -0700 (PDT) MIME-Version: 1.0 References: <8afecd87-d1e5-241c-5e3e-75e1c62c279b@enterprisedb.com> <1bc5e1e4-380b-213d-6e6a-d5e8f7f0c7f5@enterprisedb.com> <84ffb566-8038-ab35-c841-7a5e5728a247@enterprisedb.com> <525ea957-88ff-e2c6-2975-474c849aa234@ulb.be> <48a78946-f380-a279-e75f-711846e509f8@ulb.be> In-Reply-To: <48a78946-f380-a279-e75f-711846e509f8@ulb.be> From: Damir Belyalov Date: Fri, 7 Jul 2023 11:08:48 +0300 Message-ID: Subject: Re: Implement missing join selectivity estimation for range types To: Schoemans Maxime Cc: PostgreSQL Hackers , SAKR Mahmoud , Diogo Repas , LUO Zhicheng , Tomas Vondra , Andrey Lepikhov Content-Type: multipart/alternative; boundary="0000000000001ac20905ffe1252a" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000001ac20905ffe1252a Content-Type: text/plain; charset="UTF-8" Hello! Thank you for the patch, very interesting article. The patch doesn't apply to the current postgres version. Could you please update it? Regards, Damir Belyalov, Postgres Professional --0000000000001ac20905ffe1252a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello!

Thank you for the pat= ch, very interesting article.
The patch doesn't apply to the current= postgres version. Could you please update it?

Reg= ards,
Damir Belyalov,
Postgres Professional
--0000000000001ac20905ffe1252a--