| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Kisoon Kwon <moxie2ks(at)gmail(dot)com> |
| Cc: | Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: First draft of PG 17 release notes |
| Date: | 2024-08-16 16:53:33 |
| Message-ID: | Zr-EDUk2rF2t4DIj@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Jul 17, 2024 at 03:32:45PM +0900, Kisoon Kwon wrote:
> Hi,
>
> In the PG17 release notes, I noticed it is mentioned as
> "pg_attribute.stxstattarget" which seems incorrect.
> In my opinion, it should be "pg_statistic_ext.stxstattarget" because the
> "stxstattarget" column is part of the "pg_statistic_ext" catalog.
You are right, fixed in the attached patch. Sorry for the delay.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Only you can decide what is important to you.
| Attachment | Content-Type | Size |
|---|---|---|
| REL_17_STABLE.diff | text/x-diff | 690 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2024-08-16 17:02:19 | Re: First draft of PG 17 release notes |
| Previous Message | Nathan Bossart | 2024-08-16 16:52:16 | Re: Remove dependence on integer wrapping |