Fix comment in extended_stats_funcs.c

Michael Paquier <michael@paquier.xyz>

Commit: 9476ef206c64207a4fd2ddcb373759c7ede13a3c
Author: Michael Paquier <michael@paquier.xyz>
Date: 2026-02-05T06:14:53Z
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.huinker@gmail.com>
Discussion: https://postgr.es/m/CADkLM=fPcci6oPyuyEZ0F4bWqAA7HzaWO+ZPptufuX5_uWt6kw@mail.gmail.com

Files

PathChange+/−
src/backend/statistics/extended_stats_funcs.c modified +1 −1

Discussion