pgsql: Fix compilation on Windows with WAL_DEBUG

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix compilation on Windows with WAL_DEBUG
Дата
Msg-id E1rAkCv-008p87-PA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compilation on Windows with WAL_DEBUG

This has been broken since b060dbe0001a that has reworked the callback
mechanism of XLogReader, most likely unnoticed because any form of
development involving WAL happens on platforms where this compiles fine.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACVF14WKQMFwcJ=3okVDhiXpuK5f7YdT+BdYXbbypMHqWA@mail.gmail.com
Backpatch-through: 13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7636725b922c8cd68f21d040f3542d3bce9c68a4

Modified Files
--------------
src/backend/access/transam/xlog.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Apply filters to dump files all the time in 002_pg_upgrade.pl
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use signal-safe functions in signal handler