Re: pgsql: Teach planner how to estimate rows for timestamp generate_series

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: David Rowley <drowley(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Teach planner how to estimate rows for timestamp generate_series
Date: 2024-07-09 00:15:10
Message-ID: CAApHDvpxV4rrO3XUCgGS5N9Wg6f2r0ojJPD2tX2FRV-o9sRTJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, 9 Jul 2024 at 09:55, David Rowley <drowley(at)postgresql(dot)org> wrote:
> src/test/regress/expected/misc_functions.out | 110 +++++++++++++++++++++++++++
> src/test/regress/sql/misc_functions.sql | 84 ++++++++++++++++++++

I'll look at fixing bushmaster [1] shortly.

David

[1] https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=bushmaster&br=HEAD

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-07-09 00:16:16 pgsql: Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
Previous Message Michael Paquier 2024-07-08 23:52:25 Re: pgsql: Add pg_get_acl() to get the ACL for a database object