terraform/backend/remote-state/pg
Stephen Buergler fc5b186e8d Don't leak so many connections in the pg backend
This change fixes an error I get:
Error: pq: too many connections for role "asdf"
because I can only have so many connections.
2019-04-30 23:34:51 -05:00
..
backend.go Don't leak so many connections in the pg backend 2019-04-30 23:34:51 -05:00
backend_state.go 📚 doc corrections 2019-02-25 16:30:30 -08:00
backend_test.go Skip more pg backend acceptance tests 2019-02-26 16:50:36 -08:00
client.go Correct pg backend error info 2019-03-05 11:37:08 -08:00
client_test.go Switch pg backend to session-level advisory locking, to avoid rollback of partial state updates 2019-03-04 17:01:08 -08:00