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 1m0eQv-0005c2-QF for pgsql-hackers@arkaria.postgresql.org; Tue, 06 Jul 2021 06:19:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1m0eQu-0007YS-DJ for pgsql-hackers@arkaria.postgresql.org; Tue, 06 Jul 2021 06:19:48 +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 1m0eQu-0007YK-5C for pgsql-hackers@lists.postgresql.org; Tue, 06 Jul 2021 06:19:48 +0000 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1m0eQs-00036d-3A for pgsql-hackers@lists.postgresql.org; Tue, 06 Jul 2021 06:19:47 +0000 Received: by mail-wr1-x430.google.com with SMTP id n9so7277583wrs.13 for ; Mon, 05 Jul 2021 23:19:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aiven.io; s=google; h=from:to:cc:subject:date:message-id:organization:in-reply-to :references:mime-version:content-transfer-encoding; bh=RHUSqOZCyzuUN1f7eTDWwXvvo9Kuk5pScGbyEHZn4+A=; b=UD3aIWNXxojLZk4d1s0GLVkw66Bs4MRhJs7ICaUieAjcBATvzopQxO7/Cy7d9ouiw8 xyR4CyLUo6N9lhyIvsE4sZcnXNXU9UP6jDvjqiUWusHRnRAkjk7UDQgNoMXG8XkghKhk L2Z7TdzYoTceZ3C7WoQiz2sJhmQWNwCcnCZmc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :in-reply-to:references:mime-version:content-transfer-encoding; bh=RHUSqOZCyzuUN1f7eTDWwXvvo9Kuk5pScGbyEHZn4+A=; b=ZikjIIydZOZA4NFfgagX+MVlimCTlddNCMHkFbzLtZwH9kO4JN1yalY9RyPZudDCz+ iSYMKLKAcrig6zz3era9SS5fsFyWNcfXsREjrD9X2nHYzUg8D+oG7Jy/Dj/Khfh/fheY CTufFYCf6ke0zDoDwY0YGaWrKbwy6q+ldRQdBAQa1gNO+El66VNRpKohP6GNIJAUlnNq iCSraamQ78dfTHnbJin0vB3HJmqDbB8SBPKn20A2UVWcYKuTba0+ulJ7S+YB+DOxsMsp 3CcUgbLSxbIXVakdmxH4ggb0L+RxBh+zx11lwHdLh71POqW5KkiGoxVf01owQpRabhgP 8wAA== X-Gm-Message-State: AOAM533xDRpdE4IQB4cfO3p43LfsVXb30ULFXW405tPwN9c+XVO/2MZs SyUOW0d+747dL6uQ2aVQXJwZGMEMeOvbT6ki X-Google-Smtp-Source: ABdhPJyRpHr3c9uc6EJvkRWNtBvdPew+4AQmzFlDJ3Ufdsw1ne5/l+v4GOcZGLnaHlSVv0Tt7HSbAQ== X-Received: by 2002:a5d:4003:: with SMTP id n3mr19592226wrp.147.1625552384766; Mon, 05 Jul 2021 23:19:44 -0700 (PDT) Received: from aivenronan.localnet (static-176-158-121-96.ftth.abo.bbox.fr. [176.158.121.96]) by smtp.gmail.com with ESMTPSA id v2sm15000987wru.16.2021.07.05.23.19.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Jul 2021 23:19:44 -0700 (PDT) From: Ronan Dunklau To: pgsql-hackers@lists.postgresql.org Cc: David Rowley , PostgreSQL Developers , James Coleman Subject: Re: Add proper planner support for ORDER BY / DISTINCT aggregates Date: Tue, 06 Jul 2021 08:19:38 +0200 Message-ID: <1882015.KPgzjnsp5C@aivenronan> Organization: aiven In-Reply-To: References: <4480689.ObhdGn8bVM@aivenronan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > If you make a separate thread and CF entry, please CC me and add me as > a reviewer on the CF entry. Ok, I started a new thread and added it to the next CF: https:// commitfest.postgresql.org/34/3237/ -- Ronan Dunklau