Dimitri Fontaine

Results 239 comments of Dimitri Fontaine

From https://github.com/dimitri/pgcopydb/pull/601 we now use pgcopydb's own in-disk cache / SQLite database for the sentinel table. Can you re-test with a standby and see how far we are now?

Given the following piece of code, I believe we already exit early the follow sub-processes as soon as one of them fails. What happens then is that we try the...

> @dimitri Do you think this could be merged to the main? Yeah, if tested and proven to work, which is where we stopped internally. Apparently what we do here...

Hi @shusaan ; no ETA is ever going to be published on this project. I hope you understand what is Open Source and that this project is actually an Open...

Hi @evmcl ; thanks for opening an issue. We might be able to cook a feature wherein you could pass your own `pg_restore --use-list` file to pgcopydb and we would...

Hi. @mage2k. This project evolved following my own needs, and without enough time to spend on it to make everything meaningful and consolidated, sorry about that. Your analysis seems right...

Hi @shader ; I've not been using either Gnus or mbsync-el in a long long time now. Please hack it your way and consider opening a PR here to improve...

Hi @radim ! Thanks for your contribution! do you want to enrol as a collaborator on this project and then have the chance to merge your PR yourself, and maybe...

It looks like there's an extra comma (`,`) character at the end of your option list (the WITH clause) and that the parser chokes on that.