Fix issues with "x SIMILAR TO y ESCAPE NULL"

Edit
ID 2128
Title Fix issues with "x SIMILAR TO y ESCAPE NULL"
Topic Bug Fixes
Created 2019-05-23 22:11:59
Last modified 2019-09-07 18:22:29 (5 years, 2 months ago)
Latest email 2019-09-07 18:23:20 (5 years, 2 months ago)
Status
2019-09: Committed
2019-07: Moved to next CF
Target version 13
Authors Tom Lane (tgl)
Reviewers Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/2128
git checkout commitfest/cf/2128
Emails
SQL-spec incompatibilities in similar_escape() and related stuff
First at 2019-05-13 00:43:34 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2019-09-07 18:23:20 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (make-similar-to-escape-null-handling-sane.patch) at 2019-05-23 22:10:24 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (make-similar-to-escape-null-handling-sane.patch) at 2019-05-23 22:10:24 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2019-09-07 18:22:29 Tom Lane (tgl) Closed in commitfest 2019-09 with status: Committed
2019-09-07 18:22:29 Tom Lane (tgl) Changed committer to tgl
2019-09-06 19:54:46 Álvaro Herrera (alvherre) New status: Ready for Committer
2019-08-01 23:15:12 Thomas Munro (macdice) Closed in commitfest 2019-07 with status: Moved to next CF
2019-05-23 22:12:16 Tom Lane (tgl) Changed targetversion to 13
2019-05-23 22:12:16 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2019-05-23 22:11:59 Tom Lane (tgl) Attached mail thread 14047.1557708214@sss.pgh.pa.us
2019-05-23 22:11:59 Tom Lane (tgl) Created patch record
Edit