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

From zengman
Subject Re: Extended Statistics set/restore/clear functions.
Date
Msg-id tencent_31C102F62B33597836635721@qq.com
Whole thread Raw
In response to Re: Extended Statistics set/restore/clear functions.  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi,

I noticed a small typo in an error message in v27-0001-Add-pg_restore_extended_stats.patch.
```
errmsg("MCV elemement \"%s\" does not match expected input type.", s)));
```
The word "elemement" should be "element".

--
Regards,
Man Zeng
www.openhalo.org

pgsql-hackers by date:

Previous
From: "zengman"
Date:
Subject: Re: [PATCH] Remove redundant Assert() calls in report_namespace_conflict()
Next
From: Aditya Gollamudi
Date:
Subject: [PATCH] PASSING clause documentation fix