mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Revert: Custom reloptions for table AM
This commit reverts9bd99f4c26and422041542fper review by Andres Freund. Discussion: https://postgr.es/m/20240410165236.rwyrny7ihi4ddxw4%40awork3.anarazel.de
This commit is contained in:
@@ -750,7 +750,7 @@ table_block_relation_estimate_size(Relation rel, int32 *attr_widths,
|
||||
* The other branch considers it implicitly by calculating density
|
||||
* from actual relpages/reltuples statistics.
|
||||
*/
|
||||
fillfactor = HeapGetFillFactor(rel, HEAP_DEFAULT_FILLFACTOR);
|
||||
fillfactor = RelationGetFillFactor(rel, HEAP_DEFAULT_FILLFACTOR);
|
||||
|
||||
tuple_width = get_rel_data_width(rel, attr_widths);
|
||||
tuple_width += overhead_bytes_per_tuple;
|
||||
|
||||
Reference in New Issue
Block a user