pgsql: Fix two error messages in extended_stats_funcs.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix two error messages in extended_stats_funcs.c
Date
Msg-id E1vlL2b-003KSC-2V@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Allow for plugin control over path generation strategies.
Next
From: Michael Paquier
Date:
Subject: pgsql: psql: Disable %P (pipeline status) for non-active connection