mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +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:
@@ -641,8 +641,8 @@ raw_heap_insert(RewriteState state, HeapTuple tup)
|
||||
len, MaxHeapTupleSize)));
|
||||
|
||||
/* Compute desired extra freespace due to fillfactor option */
|
||||
saveFreeSpace = HeapGetTargetPageFreeSpace(state->rs_new_rel,
|
||||
HEAP_DEFAULT_FILLFACTOR);
|
||||
saveFreeSpace = RelationGetTargetPageFreeSpace(state->rs_new_rel,
|
||||
HEAP_DEFAULT_FILLFACTOR);
|
||||
|
||||
/* Now we can check to see if there's enough free space already. */
|
||||
page = (Page) state->rs_buffer;
|
||||
|
||||
Reference in New Issue
Block a user