pgsql: Avoid statically allocating statement cache in ecpglib/prepare.c

Started by Tom Lanealmost 8 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Avoid statically allocating statement cache in ecpglib/prepare.c.

This removes a megabyte of storage that isn't used at all in ecpglib's
default operating mode --- you have to enable auto-prepare to get any
use out of it. Seems well worth the trouble to allocate on demand.

Discussion: /messages/by-id/20181015200754.7y7zfuzsoux2c4ya@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e15aae829e3eb686bdf03dea9022a61f8039a7ef

Modified Files
--------------
src/interfaces/ecpg/ecpglib/prepare.c | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)