Re: Extended Statistics set/restore/clear functions.

From: Tender Wang <tndrwang(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Extended Statistics set/restore/clear functions.
Date: 2025-12-25 11:00:02
Message-ID: CAHewXNku-jz-FPKeJVk25fZ1pV2buYh5vpeqGDOB=bFQhKxXhw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tender Wang <tndrwang(at)gmail(dot)com> 于2025年12月25日周四 18:58写道:

> Hi Michael,
>
> I found a typo in recent commit :
> commit 213a1b89527049cb27bbcd6871fdb0c0916b43e1 (origin/master,
> origin/HEAD, master)
> Author: Michael Paquier <michael(at)paquier(dot)xyz>
> Date: Thu Dec 25 15:13:39 2025 +0900
> Move attribute statistics functions to stat_utils.c
> ....
> * The stacoll value should be either the atttypcoll derived from
> * statatt_get_type(), or a harcoded value required by that particular
> * stakind.
> ....
>
> "harcoded" should be "hardcoded".
>
> Please check the attached patch.
>
> --
> Thanks,
> Tender Wang
>

Sorry, I forgot to cc the pgsql-hackers mail in my last email.
--
Thanks,
Tender Wang

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2025-12-25 11:13:36 Re: Implement waiting for wal lsn replay: reloaded
Previous Message Japin Li 2025-12-25 09:44:35 Re: cleanup: Split long Makefile lists across lines and sort them