Dimitri Fontaine
Dimitri Fontaine
Hi @dverite; thanks for this bug report. Two things come to mind: 1. why use pgcopydb v0.7? did you try with the current release (the only one supported)? 2. can...
Hi @htgndbat95 ; thanks a lot for your contribution and patch here, that's a lot of good work! Unfortunately we won't be able to push that patch to Postgres from...
This might have something to do with the new ability to expose transmitted bytes while COPY commands are running. I can't think of another change that would have an impact...
Do we need to worry about triggers on the target side? UPDATE statement that look like they change nothing can be used to execute a trigger... on the replica system...
> I don't think we should add to the doc, This is just a big fix to avoid generation of invalid SQL UPDATE statement. As a change of behavior, I...
A Quick Look shows that the PIP file was used to install python packages pyroute2, nose, and psycopg2 all from pypi. I see that we have `apt-get` coverage for those...
> Test failures seem to be due to the updated pyroute2 package, I'll take a look tomorrow. My advice would then be to remove that change from this PR, and...
On a first look I am not seeing anything related in the pyroute2 changelog at https://docs.pyroute2.org/changelog.html. From https://packages.debian.org/search?keywords=pyroute2 it seems we are upgrading from version 0.5.14 to version 0.7.2. Or...
Still having the same issues when updating python3/pyroute2 (UnicodeDecodeError). Let's go ahead with the release and see about modernizing our CI later?
> I have just one concern question about design: "when the current role is a superuser, then the Event Trigger function execution is skipped if the function is owned by...