pgsql: Fix comment in extended_stats_funcs.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in extended_stats_funcs.c
Date: 2026-02-05 06:15:08
Message-ID: E1vnsdv-001E6G-2Z@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in extended_stats_funcs.c

The attribute storing the statistics data for a set of expressions in
pg_statistic_ext_data is stxdexpr. stxdexprs does not exist.

Extracted from a larger patch by the same author. Incorrect as of
efbebb4e8587.

Author: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Discussion: https://postgr.es/m/CADkLM=fPcci6oPyuyEZ0F4bWqAA7HzaWO+ZPptufuX5_uWt6kw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9476ef206c64207a4fd2ddcb373759c7ede13a3c

Modified Files
--------------
src/backend/statistics/extended_stats_funcs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2026-02-06 00:41:28 pgsql: doc: Move synchronized_standby_slots to "Primary Server" section
Previous Message Masahiko Sawada 2026-02-05 01:11:51 pgsql: pg_upgrade: Optimize logical replication slot caught-up check.