1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-08-14 14:50:33 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
secwall
1dcf5cb5aa Use application_name instead of backend pid for conflict termination.
Defect was discovered by Alexander Artemenko (@svetlyak40wt).
If pgmigrate is used with pgbouncer in transaction pooling mode
conflict termination will fail to correctly find pgmigrate connections.
In order to fix this we pass random application_name in dsn for each
connection. We use LIKE-query because connection pooler could append host/port
to original value.
2019-11-02 02:31:24 +03:00
secwall
ed897ffb97 Bump deps versions 2019-04-14 20:55:33 +03:00
secwall
04b098b9c9 Set pg major version only in Dockerfile 2017-12-03 17:19:48 +03:00
secwall
2ca64cb340 Move to postgresql 10 in tests 2017-12-02 22:13:41 +03:00
secwall
d29ccdd3ef First opensource version - PGmigrate 1.0.0 2016-10-03 18:52:42 +03:00