Philip Harvey

Results 50 comments of Philip Harvey

> @philip-harvey can you explain in what other ways it is a breaking change for you? At a minimum, all code that specifies or specified a schema for pg_cron is...

Will there be a release with this PR included? Thanks.

I tested 1.18 and am still getting concurrency issues on grants so unfortunately #223 is not fixed

I am getting errors such as the below when updating grants if I don't have max_connections = 1 │ Error: could not get advisory lock for members of role pdr_ro_rl:...

This is the specific part of the code that is still failing due to concurrency issues. ``` # Grant each role rights to the objects in the schema resource "postgresql_grant"...

Any chance the change in #224 can be rolled back? In the past we could set max_connections = 1 and it would work, now it's just totally broken for versions...

This isn't actually a fix for the issue, this is a work around. The issue is still present and is an API issue. https://issuetracker.google.com/issues/240108929

You can still reproduce this issue even with the enhancement/work around merged. When you add HA to an instance and don’t specify a secondary zone after a days or operations...