diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-11-09 02:36:59 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-11-09 02:36:59 +0000 |
commit | 2ace38d226246b83e5cc4d8f4063a82a485ddc95 (patch) | |
tree | 5ba7f075efde9d793b927253f28b5802c6806322 /src/backend/parser/parser.c | |
parent | 39bd3fd1db6f3aa3764d4a1bebcd71c4e9c00281 (diff) | |
download | postgresql-2ace38d226246b83e5cc4d8f4063a82a485ddc95.tar.gz postgresql-2ace38d226246b83e5cc4d8f4063a82a485ddc95.zip |
Fix WHERE CURRENT OF to work as designed within plpgsql. The argument
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.
Diffstat (limited to 'src/backend/parser/parser.c')
0 files changed, 0 insertions, 0 deletions