citus/src
Colm c39df81f69 In UPDATE deparse, check for a subscript before processing the targets. (#8155)
DESCRIPTION: Checking first for the presence of subscript ops avoids a
shallow copy of the target list for target lists where there are no
array or json subscripts.

Commit 0c1b31c fixed a bug in UPDATE statements with array or json
subscripting in the target list. This commit modifies that to first
check that the target list has a subscript and avoid a shallow copy of
the target list for UPDATE statements with no array/json subscripting.
2025-08-27 13:55:02 +00:00
..
backend In UPDATE deparse, check for a subscript before processing the targets. (#8155) 2025-08-27 13:55:02 +00:00
include Bump PG versions to 17.6, 16.10, 15.14 (#8142) 2025-08-25 15:35:25 +03:00
test Fix bug in redundant WHERE clause detection. (#8162) 2025-08-27 13:55:02 +00:00