David Steele
David Steele
> In the meantime, do you think the patch is okay for this case? I think the patch looks reasonable. I just dislike the idea of back-patching this without a...
I think where I am on this is I am willing to commit this to master for PG18 without a test, but if you want it backpatched we'll need a...
Correct -- but I'm getting more nervous about making these changes and back-patching them all the way. If it is a change going forward then I'm not as worried. The...
Honestly, I'm not too excited to back patch it *at all*. I know from experience how these tweaks can cause havoc in other areas. Getting all these callbacks to work...
@CyberDem0n As we discussed, I have added a TAP test framework for pgAudit. Please adapt your Java test into this framework. https://github.com/pgaudit/pgaudit/tree/dev-tap-ci
> Use DBD for all the usual setup, receiving rows, notices, etc, but write the [Execute 'E' message](https://www.postgresql.org/docs/current/protocol-message-formats.html#PROTOCOL-MESSAGE-FORMATS-EXECUTE) directly to the socket This is getting pretty exotic and is probably...
I have created rc releases for all supported versions that include this fix. Please test if you can.
@alperkocatas Thank you so much for this testing! We have some internal testing we are doing this week and I hope to have this tagged by the end of the...
This works fine when I tried it: ``` P00 INFO: get 3 WAL file(s) from archive: 0000000100000001000000FE...000000010000000200000000 P00 WARN: repo2: [FileMissingError] unable to load info file '/home/vagrant/test/test-0/repo2/archive/test2/archive.info' or '/home/vagrant/test/test-0/repo2/archive/test2/archive.info.copy': FileMissingError:...
BTW, I would definitely expect to see the WARN in the log. That's to let you know that something is not right, even though the process exited successfully.