mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
revert: Generalize relation analyze in table AM interface
This commit reverts27bc1772fcanddd1f6b0c17. Per review by Andres Freund. Discussion: https://postgr.es/m/20240415201057.khoyxbwwxfgzomeo%40awork3.anarazel.de
This commit is contained in:
@@ -81,6 +81,8 @@ GetTableAmRoutine(Oid amhandler)
|
||||
Assert(routine->relation_copy_data != NULL);
|
||||
Assert(routine->relation_copy_for_cluster != NULL);
|
||||
Assert(routine->relation_vacuum != NULL);
|
||||
Assert(routine->scan_analyze_next_block != NULL);
|
||||
Assert(routine->scan_analyze_next_tuple != NULL);
|
||||
Assert(routine->index_build_range_scan != NULL);
|
||||
Assert(routine->index_validate_scan != NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user