Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage parameter on TOAST table gets lost #23

Open
bearpreis opened this issue Jul 17, 2013 · 0 comments
Open

storage parameter on TOAST table gets lost #23

bearpreis opened this issue Jul 17, 2013 · 0 comments

Comments

@bearpreis
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant