pgsql/src/backend/postmaster (postmaster.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/postmaster (postmaster.c)
Date: 2000-07-08 03:04:15
Message-ID: 200007080304.e6834FH50416@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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

Modified Files:
postmaster.c

----------------------------- 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.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-08 03:04:16 pgsql/src/backend/tcop (dest.c postgres.c)
Previous Message Tom Lane 2000-07-08 03:04:13 pgsql/src/backend/commands (async.c)