pgsql: Ensure acquire_inherited_sample_rows sets its output parameters.

2023-03-31 Thread Tom Lane
Ensure acquire_inherited_sample_rows sets its output parameters. The totalrows/totaldeadrows outputs were left uninitialized in cases where we find no analyzable child tables of a partitioned table. This could lead to setting the partitioned table's pg_class.reltuples value to garbage. It's not

pgsql: Ensure acquire_inherited_sample_rows sets its output parameters.

2023-03-31 Thread Tom Lane
Ensure acquire_inherited_sample_rows sets its output parameters. The totalrows/totaldeadrows outputs were left uninitialized in cases where we find no analyzable child tables of a partitioned table. This could lead to setting the partitioned table's pg_class.reltuples value to garbage. It's not

pgsql: Ensure acquire_inherited_sample_rows sets its output parameters.

2023-03-31 Thread Tom Lane
Ensure acquire_inherited_sample_rows sets its output parameters. The totalrows/totaldeadrows outputs were left uninitialized in cases where we find no analyzable child tables of a partitioned table. This could lead to setting the partitioned table's pg_class.reltuples value to garbage. It's not

pgsql: Ensure acquire_inherited_sample_rows sets its output parameters.

2023-03-31 Thread Tom Lane
Ensure acquire_inherited_sample_rows sets its output parameters. The totalrows/totaldeadrows outputs were left uninitialized in cases where we find no analyzable child tables of a partitioned table. This could lead to setting the partitioned table's pg_class.reltuples value to garbage. It's not

pgsql: Ensure acquire_inherited_sample_rows sets its output parameters.

2023-03-31 Thread Tom Lane
Ensure acquire_inherited_sample_rows sets its output parameters. The totalrows/totaldeadrows outputs were left uninitialized in cases where we find no analyzable child tables of a partitioned table. This could lead to setting the partitioned table's pg_class.reltuples value to garbage. It's not

pgsql: Ensure acquire_inherited_sample_rows sets its output parameters.

2023-03-31 Thread Tom Lane
Ensure acquire_inherited_sample_rows sets its output parameters. The totalrows/totaldeadrows outputs were left uninitialized in cases where we find no analyzable child tables of a partitioned table. This could lead to setting the partitioned table's pg_class.reltuples value to garbage. It's not