Remove long-dead support for invoking queries from dynamically loaded

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ba62fe32c391a33eac533b0cc4d4c163e4844c56
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-07-08T03:04:41Z
Releases: 7.1.1
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.

Files