postgresql/src/test/regress
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
..
data Fix full text search to handle NOT above a phrase search correctly. 2020-04-27 12:21:04 -04:00
expected CREATE STATISTICS: improve misleading error message 2025-09-15 11:43:34 +02:00
sql Amend recent fix for SIMILAR TO regex conversion. 2025-09-13 16:55:51 -04:00
.gitignore Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
GNUmakefile Move contrib/spi testing from core regression tests to contrib/spi. 2025-04-08 19:12:03 -04:00
Makefile Remove AIX support 2024-02-28 15:17:23 +04:00
meson.build Move contrib/spi testing from core regression tests to contrib/spi. 2025-04-08 19:12:03 -04:00
parallel_schedule Split regression tests for TOAST compression methods into two files 2025-07-17 14:08:55 +09:00
pg_regress.c Specify locale provider for pg_regress --no-locale 2025-09-13 20:39:09 +03:00
pg_regress.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
pg_regress_main.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
README Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
regress.c Add missing Datum conversions 2025-08-08 22:06:57 +02:00
regressplans.sh Fix inconsistencies in the code 2019-07-08 13:15:09 +09:00
resultmap Remove HP-UX port. 2022-07-08 14:05:05 +12:00

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".