Fix ALTER TABLE...SET STATS error message for included columns The existing error message was complaining that the column is not an expression, which is not correct. Introduce a suitable wording variation and a test.
Co-authored-by: Yugo Nagata <[email protected]> Discussion: https://postgr.es/m/[email protected] Reviewed-by: Álvaro Herrera <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/cb9db2ab0674381b92559e011738f19e2bd0f6f2 Modified Files -------------- src/backend/commands/tablecmds.c | 23 +++++++++++++++-------- src/test/regress/expected/index_including.out | 14 ++++++++++++++ src/test/regress/sql/index_including.sql | 10 ++++++++++ 3 files changed, 39 insertions(+), 8 deletions(-)
