Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ibrar Ahmed <ibrar.ahmad@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Neil Chen <carpenter.nail.cz@gmail.com>
Date: 2021-07-13T20:41:01Z
Lists: pgsql-bugs, pgsql-hackers
Attachments
- fix-postgres-fdw-collation-handling-3.patch (text/x-diff) patch
Ibrar Ahmed <ibrar.ahmad@gmail.com> writes: > The patch is failing the regression, @Tom Lane <tgl@sss.pgh.pa.us> can you > please take a look at that. Seems to just need an update of the expected-file to account for test cases added recently. (I take no position on whether the new results are desirable; some of these might be breaking the intent of the case. But this should quiet the cfbot anyway.) regards, tom lane
Commits
-
Doc: extend warnings about collation-mismatch hazards in postgres_fdw.
- 2aa255588756 9.6.24 landed
- 1d7e8e772453 10.19 landed
- b274c982db67 11.14 landed
- 97c5651cea0f 12.9 landed
- 7b0be9fb2ddd 15.0 landed
- 739b872f6c98 13.5 landed
- 02c4e3533926 14.0 landed
-
Add support for asynchronous execution.
- 27e1f14563cf 14.0 cited
-
Suppress unnecessary RelabelType nodes in yet more cases.
- 814a57065ec9 12.5 landed
- 69ffc2f83899 13.0 landed
- 207293240780 14.0 landed