Обсуждение: pgsql/src/backend/postmaster (postmaster.c)
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.
> 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