Change type of pg_statistic_ext.stxstattarget Change from int32 to int16, to match attstattarget (changed in 90189eefc1).
Reviewed-by: Tomas Vondra <tomas.von...@enterprisedb.com> Discussion: https://www.postgresql.org/message-id/flat/d6069765-5971-04d3-c10d-e4f7b2e9c459%40eisentraut.org Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/3ee2f25d21faa123dc5bb2886a00a54bdddd1c3e Modified Files -------------- doc/src/sgml/catalogs.sgml | 2 +- src/backend/commands/statscmds.c | 4 ++-- src/include/catalog/catversion.h | 2 +- src/include/catalog/pg_statistic_ext.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-)