]> granicus.if.org Git - postgresql/commit
If user re-DECLAREs an existing cursor name, close the old cursor of
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Jun 2000 22:08:53 +0000 (22:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Jun 2000 22:08:53 +0000 (22:08 +0000)
commit4863829c1291b16fca7b166d3b9db0668bee4f63
treeece0b18efdc4998db0732222e750cc6bdb0d2ce1
parent9b5410aa03c136ba7c0d001e5de6a906e37bca45
If user re-DECLAREs an existing cursor name, close the old cursor of
that name and issue a NOTICE to the effect that we did.  Previously,
code would try to assign the new cursor declaration to the old portal,
but this didn't work reliably since new parsetree is still sitting in
blank portal and is likely to get clobbered.
src/backend/tcop/pquery.c