mirror of
https://github.com/postgres/postgres.git
synced 2026-06-16 05:30:15 -04:00
2ace38d226
can be the name of a plpgsql cursor variable, which formerly was converted to $N before the core parser saw it, but that's no longer the case. Deal with plain name references to plpgsql variables, and add a regression test case that exposes the failure.