pgsql/src/include/catalog (pg_proc.h)

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

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

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

Modified Files:
pg_proc.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:33 pgsql/src/include/libpq (libpq.h)
Previous Message Tom Lane 2000-07-08 03:04:21 pgsql/src/backend/utils/init (postinit.c)