-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replaces upsert with traditional catch #16569
Conversation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@oole would be nice if you could check this, too |
server/lib/private/DB/Adapter.php Lines 133 to 144 in f889bea
Looks similar. Why don't you remove the child implementation? #12729 A lot of pgsql users will see these warnings in their logs again.
https://packages.debian.org/search?suite=stretch&keywords=postgresql 🤔 |
We can then also revert the required postgres version to 9? |
that's against 16 now, there we didn't increase it yet. |
Yes, why, I actually looked at it. You're right, we can get rid of it. |
Anyhow, on UCS with 9.4 it works at least in regular operation, did not come across an error case here. Let me get this done in master properly and we backport it. Messy affair, could have been solved more elegantly, sorry :-/ |
cf. #16461 (comment)
If that's all that is necessary, we can forward port it to master actually. Also since Stretch will be around for a while. Then we undo the >=9.5 check.