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

Started by Tom Lane <>about 26 years ago2 messagescomitters
Jump to latest
#1Tom Lane <>
tom_lane___@unknown.user

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.

#2Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane <> (#1)
Re: pgsql/src/backend/postmaster (postmaster.c)

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.

Yea!

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026