mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 00:10:07 -05:00
list_concat(list_concat(a, b), c) destructively changes both a and b; to avoid such perils, copy lists of remote_conds before incorporating them into larger lists via list_concat(). Ashutosh Bapat, per a report from Etsuro Fujita