Skip to content
Snippets Groups Projects
Commit 4863829c authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 9b5410aa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment