postgresql/src/backend/tcop
Peter Eisentraut 9ec0b29976 CREATE STATISTICS: improve misleading error message
The previous change (commit f225473cba) 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
2025-09-15 11:43:34 +02:00
..
backend_startup.c Fix assorted pretty-trivial memory leaks in the backend. 2025-08-02 21:59:46 -04:00
cmdtag.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
dest.c Avoid including explain.h in explain_format.h and explain_dr.h 2025-02-28 13:17:29 -05:00
fastpath.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
Makefile Move code for backend startup to separate file 2024-03-18 11:38:10 +02:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
postgres.c Allow to log raw parse tree. 2025-09-06 07:49:51 +09:00
pquery.c Remove assertion from PortalRunMulti 2025-07-17 17:40:22 +02:00
utility.c CREATE STATISTICS: improve misleading error message 2025-09-15 11:43:34 +02:00