[WIP] Add extension for wal-g incremental backups - #408
Conversation
|
Hi Stepan, thanks for working on this!
Also, I'm worried that the module that installs a utility hook probably shouldn't be installable by a non-superuser. |
Why vise versa?
Yes, this is for wal-g incremental backup relfilenode invalidation, if vacuum fails after this we dont care. INSERT should go before VACUUM
pg_stat doesnt work for exact same issue as in your p.2 . modcount (in some cases eof too) in pg_aoseg do not change in usable way after vacuum and we learned this hard way.
I'm not. pg_start_backup is already very hazardous if running user is not superuser. Also, if you have access to datadir on fs you better be superuser |
Here are some reminders before you submit the pull request
make installcheck