Re: Extended Statistics set/restore/clear functions.

From: zengman <zengman(at)halodbtech(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Extended Statistics set/restore/clear functions.
Date: 2026-01-17 04:53:16
Message-ID: tencent_31C102F62B33597836635721@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Aditya Gollamudi 2026-01-17 05:14:06 [PATCH] PASSING clause documentation fix
Previous Message zengman 2026-01-17 04:51:17 Re: [PATCH] Remove redundant Assert() calls in report_namespace_conflict()