1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00
Files
postgres/src/backend
Tom Lane f0f18c7087 Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached
plan before the effects of DDL executed in an immediately prior SPI operation
had been absorbed.  Per report from Chris Wood.

This patch has an unpleasant side effect of causing the number of
CommandCounterIncrement()s done by a typical plpgsql function to
approximately double.  Amelioration of the consequences of that
will be undertaken in a separate patch.
2007-11-30 18:38:34 +00:00
..
2007-11-15 21:14:46 +00:00
2007-11-15 21:14:46 +00:00
2007-11-28 13:30:16 +00:00
2007-11-15 21:14:46 +00:00
2007-11-29 08:50:36 +00:00
2007-11-15 21:14:46 +00:00