pgsql/src/include/tcop (dest.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/tcop (dest.h)
Date: 2000-07-08 03:04:36
Message-ID: 200007080304.e6834a450598@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, July 7, 2000 @ 23:04:34
Author: tgl

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

Modified Files:
dest.h

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

Remove long-dead support for invoking queries from dynamically loaded
backend functions via backend PQexec(). The SPI interface has long
been our only documented way to do this, and the backend pqexec/portal
code is unused and suffering bit-rot. I'm putting it out of its misery.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-08 03:04:39 pgsql/src/include/utils (builtins.h)
Previous Message Tom Lane 2000-07-08 03:04:33 pgsql/src/include/libpq (libpq.h)