Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock down pg until 1.4.x is released
pg 1.4.0 was released with a breaking change to the interface for the PG::Error class: ged/ruby-pg@91b00d0 It was reported in ged/ruby-pg#466 and fixed in ged/ruby-pg#467 but not yet released. 1.4.0 was breaking our pg logical spec as seen below 1) PglogicalSubscription#backlog returns nil if error raised inside Failure/Error: MiqRegionRemote.with_remote_connection(host, port || 5432, user, decrypted_password, dbname, "postgresql", connect_timeout) do |conn| yield conn end ArgumentError: wrong number of arguments (given 0, expected 1) # ./app/models/pglogical_subscription.rb:294:in `with_remote_connection' # ./app/models/pglogical_subscription.rb:289:in `remote_region_lsn' # ./app/models/pglogical_subscription.rb:104:in `backlog' # ./spec/models/pglogical_subscription_spec.rb:495:in `block (3 levels) in <top (required)>'
- Loading branch information