pgsql: Ignore extended statistics for inheritance trees

2022-01-14 Thread Tomas Vondra
Ignore extended statistics for inheritance trees Since commit 859b3003de we only build extended statistics for individual relations, ignoring the child relations. This resolved the issue with updating catalog tuple twice, but we still tried to use the statistics when calculating estimates for the

pgsql: Ignore extended statistics for inheritance trees

2022-01-14 Thread Tomas Vondra
Ignore extended statistics for inheritance trees Since commit 859b3003de we only build extended statistics for individual relations, ignoring the child relations. This resolved the issue with updating catalog tuple twice, but we still tried to use the statistics when calculating estimates for the

pgsql: Ignore extended statistics for inheritance trees

2022-01-14 Thread Tomas Vondra
Ignore extended statistics for inheritance trees Since commit 859b3003de we only build extended statistics for individual relations, ignoring the child relations. This resolved the issue with updating catalog tuple twice, but we still tried to use the statistics when calculating estimates for the

pgsql: Ignore extended statistics for inheritance trees

2022-01-14 Thread Tomas Vondra
Ignore extended statistics for inheritance trees Since commit 859b3003de we only build extended statistics for individual relations, ignoring the child relations. This resolved the issue with updating catalog tuple twice, but we still tried to use the statistics when calculating estimates for the

pgsql: Ignore extended statistics for inheritance trees

2022-01-14 Thread Tomas Vondra
Ignore extended statistics for inheritance trees Since commit 859b3003de we only build extended statistics for individual relations, ignoring the child relations. This resolved the issue with updating catalog tuple twice, but we still tried to use the statistics when calculating estimates for the

pgsql: Ignore extended statistics for inheritance trees

2022-01-14 Thread Tomas Vondra
Ignore extended statistics for inheritance trees Since commit 859b3003de we only build extended statistics for individual relations, ignoring the child relations. This resolved the issue with updating catalog tuple twice, but we still tried to use the statistics when calculating estimates for the