pgsql/src/backend/tcop (pquery.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/tcop (pquery.c)
Date: 2000-06-04 22:08:53
Message-ID: 200006042208.SAA09126@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, June 4, 2000 @ 18:08:53
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/tcop
from hub.org:/home/projects/pgsql/tmp/cvs-serv9121

Modified Files:
pquery.c

----------------------------- Log Message -----------------------------

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.

Browse pgsql-committers by date

  From Date Subject
Next Message PostgreSQL Main 2000-06-05 03:00:46 [WEBMASTER] 'www/support-bin mk-release'
Previous Message Tom Lane 2000-06-04 22:04:33 pgsql/src/backend/commands (command.c)