diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-18 15:22:00 +0000 | 
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-18 15:22:00 +0000 | 
| commit | 0321d031b51f35567947e4a478b157293c4a38c6 (patch) | |
| tree | f3b98bf3b7eef4771ed599e2c6d06bb9afba29ab /src/include/bootstrap | |
| parent | dbc466917383d66ca921224b7bb7b7b0f72e4920 (diff) | |
Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.
_outPlannedStmt is only debug support, so the omission there was not very
serious, but the omission in _copyPlannedStmt is a real bug.  The consequence
would be that a copied plan tree would never be marked as a transient plan,
so that we would forget we ought to replan it after some not-yet-ready index
becomes ready for use.  This might explain some past complaints about indexes
created with CREATE INDEX CONCURRENTLY not being used right away.  Problem
spotted by Yeb Havinga.
Back-patch to 8.3, where the field was added.
Diffstat (limited to 'src/include/bootstrap')
0 files changed, 0 insertions, 0 deletions
