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
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