postgresql/src/backend
Tom Lane 99848ed7cb 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.
2010-08-18 15:21:54 +00:00
..
access Include the backend ID in the relpath of temporary relations. 2010-08-13 20:10:54 +00:00
bootstrap CREATE TABLE IF NOT EXISTS. 2010-07-25 23:21:22 +00:00
catalog Include the backend ID in the relpath of temporary relations. 2010-08-13 20:10:54 +00:00
commands Include the backend ID in the relpath of temporary relations. 2010-08-13 20:10:54 +00:00
executor Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
libpq Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs. 2010-08-18 15:21:54 +00:00
optimizer Fix planner to make a reasonable assumption about the amount of memory space 2010-08-14 15:47:13 +00:00
parser Coerce 'unknown' type parameters to the right type in the fixed-params 2010-08-18 12:20:15 +00:00
po Translation updates for 9.0beta3 2010-07-08 21:32:28 +00:00
port pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
postmaster Include the backend ID in the relpath of temporary relations. 2010-08-13 20:10:54 +00:00
regex Tweak a couple of macros in the regex code to suppress compiler warnings 2010-08-02 02:29:39 +00:00
replication Add missing function prototype. 2010-07-22 13:03:11 +00:00
rewrite Standardize get_whatever_oid functions for other object types. 2010-08-05 15:25:36 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage Make LockDatabaseObject() AcceptInvalidationMessages(). 2010-08-16 02:02:28 +00:00
tcop Correct sundry errors in Hot Standby-related comments. 2010-08-12 23:24:54 +00:00
tsearch Standardize get_whatever_oid functions for other object types. 2010-08-05 15:25:36 +00:00
utils Arrange to fsync the contents of lockfiles (both postmaster.pid and the 2010-08-16 17:32:46 +00:00
Makefile Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 2010-07-05 18:54:38 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00