pgsql: Read WAL directly from WAL buffers.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Read WAL directly from WAL buffers.
Дата
Msg-id E1rZbo4-005tOj-G3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Read WAL directly from WAL buffers.

If available, read directly from WAL buffers, avoiding the need to go
through the filesystem. Only for physical replication for now, but can
be expanded to other callers.

In preparation for replicating unflushed WAL data.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACXKKK%3DwbiG5_t6dGao5GoecMwRkhr7GjVBM_jg54%2BNa%3DQ%40mail.gmail.com
Reviewed-by: Andres Freund, Alvaro Herrera, Nathan Bossart, Dilip Kumar, Nitin Jadhav, Melih Mutlu, Kyotaro Horiguchi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91f2cae7a4e664e9c0472b364c7db29d755ab151

Modified Files
--------------
src/backend/access/transam/xlog.c       | 120 ++++++++++++++++++++++++++++++++
src/backend/access/transam/xlogreader.c |   3 -
src/backend/replication/walsender.c     |  12 +++-
src/include/access/xlog.h               |   3 +
4 files changed, 134 insertions(+), 4 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove "#ifdef WIN32" guards from src/port/win32*.c
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Doc: Improve upgrade for streaming replication section.