pgsql: adminpack: Revoke EXECUTE on pg_logfile_rotate()

2018-05-10 Thread Stephen Frost
adminpack: Revoke EXECUTE on pg_logfile_rotate() In 9.6, we moved a number of functions over to using the GRANT system to control access instead of having hard-coded superuser checks. As it turns out, adminpack was creating another function in the catalog for one of those backend functions where

pgsql: adminpack: Revoke EXECUTE on pg_logfile_rotate()

2018-05-10 Thread Stephen Frost
adminpack: Revoke EXECUTE on pg_logfile_rotate() In 9.6, we moved a number of functions over to using the GRANT system to control access instead of having hard-coded superuser checks. As it turns out, adminpack was creating another function in the catalog for one of those backend functions where

pgsql: adminpack: Revoke EXECUTE on pg_logfile_rotate()

2018-05-10 Thread Stephen Frost
adminpack: Revoke EXECUTE on pg_logfile_rotate() In 9.6, we moved a number of functions over to using the GRANT system to control access instead of having hard-coded superuser checks. As it turns out, adminpack was creating another function in the catalog for one of those backend functions where