Re: Extended Statistics set/restore/clear functions. - Mailing list pgsql-hackers

From Tender Wang
Subject Re: Extended Statistics set/restore/clear functions.
Date
Msg-id CAHewXNku-jz-FPKeJVk25fZ1pV2buYh5vpeqGDOB=bFQhKxXhw@mail.gmail.com
Whole thread Raw
In response to Re: Extended Statistics set/restore/clear functions.  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers


Tender Wang <tndrwang@gmail.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@paquier.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

pgsql-hackers by date:

Previous
From: Japin Li
Date:
Subject: Re: cleanup: Split long Makefile lists across lines and sort them
Next
From: Alexander Korotkov
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded