On Mon, Jun 01, 2026 at 01:33:40PM +0800, Chao Li wrote:
> As shown above, the "+" sign is replaced separately from the
> integer. However, a "-" sign is handled correctly:
> ```
> We just need to handle "+" in the same way. See the attached patch for details.
This is not directly related to FETCH and MOVE. For example:
=# select +1;
?column?
----------
1
(1 row)
=# select query from pg_stat_statements where query ~ 'select';
query
------------
select +$1
(1 row)
I don't recall somebody complaining about that..
--
Michael