|
|
@ -2711,13 +2711,13 @@ lazy_vacuum_one_index(Relation indrel, IndexBulkDeleteResult *istat, |
|
|
|
LVSavedErrInfo saved_err_info; |
|
|
|
LVSavedErrInfo saved_err_info; |
|
|
|
|
|
|
|
|
|
|
|
ivinfo.index = indrel; |
|
|
|
ivinfo.index = indrel; |
|
|
|
|
|
|
|
ivinfo.heaprel = vacrel->rel; |
|
|
|
ivinfo.analyze_only = false; |
|
|
|
ivinfo.analyze_only = false; |
|
|
|
ivinfo.report_progress = false; |
|
|
|
ivinfo.report_progress = false; |
|
|
|
ivinfo.estimated_count = true; |
|
|
|
ivinfo.estimated_count = true; |
|
|
|
ivinfo.message_level = DEBUG2; |
|
|
|
ivinfo.message_level = DEBUG2; |
|
|
|
ivinfo.num_heap_tuples = reltuples; |
|
|
|
ivinfo.num_heap_tuples = reltuples; |
|
|
|
ivinfo.strategy = vacrel->bstrategy; |
|
|
|
ivinfo.strategy = vacrel->bstrategy; |
|
|
|
ivinfo.heaprel = vacrel->rel; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Update error traceback information. |
|
|
|
* Update error traceback information. |
|
|
@ -2760,6 +2760,7 @@ lazy_cleanup_one_index(Relation indrel, IndexBulkDeleteResult *istat, |
|
|
|
LVSavedErrInfo saved_err_info; |
|
|
|
LVSavedErrInfo saved_err_info; |
|
|
|
|
|
|
|
|
|
|
|
ivinfo.index = indrel; |
|
|
|
ivinfo.index = indrel; |
|
|
|
|
|
|
|
ivinfo.heaprel = vacrel->rel; |
|
|
|
ivinfo.analyze_only = false; |
|
|
|
ivinfo.analyze_only = false; |
|
|
|
ivinfo.report_progress = false; |
|
|
|
ivinfo.report_progress = false; |
|
|
|
ivinfo.estimated_count = estimated_count; |
|
|
|
ivinfo.estimated_count = estimated_count; |
|
|
@ -2767,7 +2768,6 @@ lazy_cleanup_one_index(Relation indrel, IndexBulkDeleteResult *istat, |
|
|
|
|
|
|
|
|
|
|
|
ivinfo.num_heap_tuples = reltuples; |
|
|
|
ivinfo.num_heap_tuples = reltuples; |
|
|
|
ivinfo.strategy = vacrel->bstrategy; |
|
|
|
ivinfo.strategy = vacrel->bstrategy; |
|
|
|
ivinfo.heaprel = vacrel->rel; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Update error traceback information. |
|
|
|
* Update error traceback information. |
|
|
|