Change type of pg_statistic_ext.stxstattarget
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 3 Jul 2023 05:09:22 +0000 (07:09 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 3 Jul 2023 05:18:57 +0000 (07:18 +0200)
commit3ee2f25d21faa123dc5bb2886a00a54bdddd1c3e
tree3c4ce21e8ef056b9485ebc60577bf8d9078034be
parent8e278b65766446f29085fe686723961c4b216e6f
Change type of pg_statistic_ext.stxstattarget

Change from int32 to int16, to match attstattarget (changed in
90189eefc1).

Reviewed-by: Tomas Vondra <tomas.vondra@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/d6069765-5971-04d3-c10d-e4f7b2e9c459%40eisentraut.org
doc/src/sgml/catalogs.sgml
src/backend/commands/statscmds.c
src/include/catalog/catversion.h
src/include/catalog/pg_statistic_ext.h