Re: Split index and table statistics into different types of stats

From: "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Split index and table statistics into different types of stats
Date: 2022-10-31 16:42:13
Message-ID: 79b66367-0c0a-2d2e-61b1-387acb584aa3@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 10/31/22 2:31 PM, Justin Pryzby wrote:
> I didn't looks closely, but there's a couple places where you wrote
> ";;", which looks unintentional.
>
> - PG_RETURN_TIMESTAMPTZ(tabentry->lastscan);
> + PG_RETURN_TIMESTAMPTZ(tabentry->lastscan);;
>

Thanks for looking at it!
oops, thanks for the keen eyes ;-) Fixed in v2 attached.

Regards,

--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v2-0001-split_tables_indexes_stats.patch text/plain 94.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2022-10-31 17:10:40 Re: hash_xlog_split_allocate_page: failed to acquire cleanup lock
Previous Message Aleksander Alekseev 2022-10-31 15:51:41 Re: ResourceOwner refactoring