Make plancache store cursor options so it can pass them to planner during

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

Commit: 42dc4b66e61cde4beb466561f12fd490b6621ee3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-04-16T18:21:07Z
Releases: 8.3.0
Make plancache store cursor options so it can pass them to planner during
a replan.  I had originally thought this was not necessary, but the new
SPI facilities create a path whereby queries planned with non-default
options can get into the cache, so it is necessary.

Files