pgsql: Fix plancache's invalidation callback to do the right thing for a

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix plancache's invalidation callback to do the right thing for a
Date: 2007-03-26 00:36:19
Message-ID: 20070326003619.E35009FB3E1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix plancache's invalidation callback to do the right thing for a SI
reset event, namely invalidate everything. This oversight probably
explains the rare failures that some buildfarm machines have been
showing for the plancache regression test.

Modified Files:
--------------
pgsql/src/backend/utils/cache:
plancache.c (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/plancache.c.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-26 01:41:57 pgsql: Remove assertion that constraint_exclusion risks wrong answers if
Previous Message Tom Lane 2007-03-25 23:42:43 pgsql: Make _SPI_execute_plan pass the query source string down to