Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*)

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
Cc: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*)
Date: 2025-11-26 21:44:41
Message-ID: CAApHDvoHtZBK8maSxKogE5uZJXz8A40Qt4QkCqCAhx57mL5z9Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 26 Nov 2025 at 12:37, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> I'm not seeing any reason now not to go ahead with this now. Does
> anyone else want to take a look at it before I start wielding the
> sword of commitment on it?

And pushed. Many thanks to Corey and Matheus for having a look at this.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-11-26 21:57:54 Re: Second RewriteQuery complains about first RewriteQuery in edge case
Previous Message Dean Rasheed 2025-11-26 21:39:42 Re: Second RewriteQuery complains about first RewriteQuery in edge case