Tim Starling has submitted this change and it was merged. Change subject: [Database] Set bytea_output to match pg_unescape_bytea(). ......................................................................
[Database] Set bytea_output to match pg_unescape_bytea(). * In newer versions of PG, a "hex" escaping format is used, which totally breaks things like SqlBagOStuff since the pg_unescape_bytea function still works the old way (it does not use a DB handle). Setting the format to the old way via SET fixes this. Change-Id: I9f5a64922acd2d954880790f42ba4efafaed314e --- M includes/db/DatabasePostgres.php 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Tim Starling: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/47340 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f5a64922acd2d954880790f42ba4efafaed314e Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-Reviewer: saper <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
