aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parser.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-11-09 02:36:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-11-09 02:36:59 +0000
commit2ace38d226246b83e5cc4d8f4063a82a485ddc95 (patch)
tree5ba7f075efde9d793b927253f28b5802c6806322 /src/backend/parser/parser.c
parent39bd3fd1db6f3aa3764d4a1bebcd71c4e9c00281 (diff)
downloadpostgresql-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