Обсуждение: pgsql: CREATE STATISTICS: improve misleading error message

Поиск
Список
Период
Сортировка

pgsql: CREATE STATISTICS: improve misleading error message

От
Peter Eisentraut
Дата:
CREATE STATISTICS: improve misleading error message

The previous change (commit f225473cbae) was still not on target,
because it talked about relation kinds, which are not what is being
checked here.  Provide a more accurate message.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CACJufxEZ48toGH0Em_6vdsT57Y3L8pLF=DZCQ_gCii6=C3MeXw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9ec0b29976b6d73cc08880842caa0db286e46bd4

Modified Files
--------------
src/backend/tcop/utility.c              |  3 +--
src/test/regress/expected/stats_ext.out | 21 +++++++--------------
2 files changed, 8 insertions(+), 16 deletions(-)