Re: PREPARE and GUC plan_cache_mode

2019-09-30 Thread Tom Lane
Bruce Momjian writes: > On Mon, Sep 30, 2019 at 12:05:07PM -0400, Tom Lane wrote: >> Yeah, agreed. I can do it, or do you want to? > Uh, I am feeling I can't do anything with the tree until Friday because > of the PG 12 packaging, right? There's not a freeze on docs, as far as I'm concerned. I

Re: PREPARE and GUC plan_cache_mode

2019-09-30 Thread Bruce Momjian
On Mon, Sep 30, 2019 at 12:05:07PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > Our current docs have this text for PREPARE: > >Prepared statements can use generic plans rather than re-planning > >with each set of supplied EXECUTE values. This occurs immediately > >fo

Re: PREPARE and GUC plan_cache_mode

2019-09-30 Thread Tom Lane
Bruce Momjian writes: > Our current docs have this text for PREPARE: >Prepared statements can use generic plans rather than re-planning >with each set of supplied EXECUTE values. This occurs immediately >for prepared statements with no parameters; otherwise it occurs >