mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
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
This commit is contained in:
@@ -7622,7 +7622,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
||||
|
||||
<row>
|
||||
<entry role="catalog_table_entry"><para role="column_definition">
|
||||
<structfield>stxstattarget</structfield> <type>int4</type>
|
||||
<structfield>stxstattarget</structfield> <type>int2</type>
|
||||
</para>
|
||||
<para>
|
||||
<structfield>stxstattarget</structfield> controls the level of detail
|
||||
|
Reference in New Issue
Block a user