pgsql: Fix two error messages 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 two error messages in extended_stats_funcs.c
Date: 2026-01-29 05:58:06
Message-ID: E1vlL2b-003KSC-2V@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix two error messages in extended_stats_funcs.c

These have been fat-fingered in 0e80f3f88dea and 302879bd68d1. The
error message for ndistinct had an incorrect grammar, while the one for
dependencies had finished with a period (incorrect based on the project
guidelines).

Discussion: https://postgr.es/m/aXrsjZQbVuB6236u@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/740a1494f4bfb470b16e5b70c79fae473b1a655d

Modified Files
--------------
src/backend/statistics/extended_stats_funcs.c | 4 ++--
src/test/regress/expected/stats_import.out | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-01-29 07:21:14 pgsql: psql: Disable %P (pipeline status) for non-active connection
Previous Message Michael Paquier 2026-01-29 04:51:10 Re: pgsql: Allow for plugin control over path generation strategies.