pgsql: Fix comment in extended_stats_funcs.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in extended_stats_funcs.c
Date
Msg-id E1vnsdv-001E6G-2Z@gemulon.postgresql.org
Whole thread Raw
List 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.huinker@gmail.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(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: pg_upgrade: Optimize logical replication slot caught-up check.