1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Add Generic WAL interface

This interface is designed to give an access to WAL for extensions which
could implement new access method, for example. Previously it was
impossible because restoring from custom WAL would need to access system
catalog to find a redo custom function. This patch suggests generic way
to describe changes on page with standart layout.

Bump XLOG_PAGE_MAGIC because of new record type.

Author: Alexander Korotkov with a help of Petr Jelinek, Markus Nullmeier and
	minor editorization by my
Reviewers: Petr Jelinek, Alvaro Herrera, Teodor Sigaev, Jim Nasby,
	Michael Paquier
This commit is contained in:
Teodor Sigaev
2016-04-01 12:21:48 +03:00
parent c202ecf902
commit 65578341af
14 changed files with 685 additions and 6 deletions

View File

@ -247,6 +247,7 @@
&custom-scan;
&geqo;
&indexam;
&generic-wal;
&gist;
&spgist;
&gin;