You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using pg_reorg/pg_repack (same result) i recognized a missing storage parameter on my TOAST table after reorganization.
the table had set toast.autovacuum_vacuum_scale_factor to 0.1 (via ALTER TABLE mytable SET (toast.autovacuum_vacuum_scale_factor=0.1); )
when running pg_reorg/pg_repack on such table, the storage parameter for the TOAST table was gone.
hi.
when using pg_reorg/pg_repack (same result) i recognized a missing storage parameter on my TOAST table after reorganization.
the table had set toast.autovacuum_vacuum_scale_factor to 0.1 (via ALTER TABLE mytable SET (toast.autovacuum_vacuum_scale_factor=0.1); )
when running pg_reorg/pg_repack on such table, the storage parameter for the TOAST table was gone.
used command was: pg_reorg -n -e -U postgres -d playground -t mytable
server-version: PostgreSQL 9.1.6
pg_reorg version 1.1.7
The text was updated successfully, but these errors were encountered: