Re: fix a spelling mistake

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: yangyz <1197620467(at)qq(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: fix a spelling mistake
Date: 2026-01-16 07:21:31
Message-ID: aWnm-yauysFqPoZU@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 16, 2026 at 02:54:40PM +0800, Chao Li wrote:
> - /* Is there already a pg_statistic tuple for this attribute? */
> + /* Is there already a pg_statistic_ext_data tuple for this attribute? */
> oldtup = SearchSysCache2(STATEXTDATASTXOID,
> ObjectIdGetDatum(stxoid),
> BoolGetDatum(inherited));

Indeed, this one is on me. Thanks for the summary. :)
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Tselebrovskiy 2026-01-16 07:23:11 Re: 001_password.pl fails with --without-readline
Previous Message Michael Paquier 2026-01-16 07:18:53 Re: [PATCH] Fix incorrect parser comment