Dimitri Fontaine
Dimitri Fontaine
Hey @gkokolatos how do you feel about preparing the next pg_auto_failover release, version 2.1 with Postgres 16 support?
I'm used to opening a PR that closes the Release Issue, and we can then use the normal GitHub API to review the PR, and tag after the merge. What...
There is a way to use `make valgrind-session` and then do a couple interactive failovers/switchovers and then look at the valgrind reports etc.
It should be possible to see a missing row in `pg_stat_replication` on the primary node and assign wait_primary from there.
Hi @troelsarvin ; thanks for using pgcopydb and reporting a wishlist item. Support for multiple databases in a way that allows sharing resources (table jobs, index jobs, etc) between them...
It's definitely on the TODO list, still not something I am willing to work on on my free time. Care enough to sponsor the work?
I think it would be even better if pgloader would connect to Oracle directly like it does for MySQL or MS SQL. What is needed is: - an oracle driver...
In case anyone is interested in direct Oracle support and want to sponsor: http://pgloader.io/pgloader-moral-license.html
Hi @esoni and @phoe ; several ways to contribute to pgloader are already in place. - If you want to contribute code, it's Open Source and on GitHub, just open...
Best course of action for you now would be to fix the query in the pgloader source directory (it's a SQL file at https://github.com/dimitri/pgloader/blob/master/src/sources/mssql/sql/list-all-indexes.sql and recompile, then use your own...