pgsql: Adapt valgrind.supp to the XLogInsert() split.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Adapt valgrind.supp to the XLogInsert() split.
Дата
Msg-id E1Xp4NU-0004gG-Q0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Adapt valgrind.supp to the XLogInsert() split.

The CRC computation now happens in XLogInsertRecord(), not
XLogInsert() itself anymore.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/473f162ce1faabeb2d572b9805311081919e5deb

Modified Files
--------------
src/tools/valgrind.supp |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pg_dumpall to restore its ability to dump from ancient serve
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve logical decoding log messages