pgsql: Fix plancache's invalidation callback to do the right thing for a - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix plancache's invalidation callback to do the right thing for a
Date
Msg-id 20070326003619.E35009FB3E1@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make _SPI_execute_plan pass the query source string down to
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add -lcrypto as one of the possible link dependencies of libkrb5.