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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix plancache's invalidation callback to do the right thing for a
Дата
Msg-id 20070326003619.E35009FB3E1@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make _SPI_execute_plan pass the query source string down to
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add -lcrypto as one of the possible link dependencies of libkrb5.