diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-10-17 00:04:48 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-10-17 00:04:48 -0400 |
commit | e15aae829e3eb686bdf03dea9022a61f8039a7ef (patch) | |
tree | 2614a76258667353b324d7fe81e7f61b68e5a48a /src/backend/utils/adt/xml.c | |
parent | 92dff341160ae896dcfff2dac59fd0c860892f26 (diff) | |
download | postgresql-e15aae829e3eb686bdf03dea9022a61f8039a7ef.tar.gz postgresql-e15aae829e3eb686bdf03dea9022a61f8039a7ef.zip |
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: https://postgr.es/m/20181015200754.7y7zfuzsoux2c4ya@alap3.anarazel.de
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions