diff options
| author | Heikki Linnakangas | 2022-02-16 07:30:38 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2022-02-16 07:30:38 +0000 |
| commit | 70e81861fadd9112fa2d425c762e163910a4ee52 (patch) | |
| tree | 2ef359340ed71a8b4234c2c2e49edb735091de43 /src/tools | |
| parent | be1c00ab13a7c2c9299d60cb5a9d285c40e2506c (diff) | |
Split xlog.c into xlog.c and xlogrecovery.c.
This moves the functions related to performing WAL recovery into the new
xlogrecovery.c source file, leaving xlog.c responsible for maintaining
the WAL buffers, coordinating the startup and switch from recovery to
normal operations, and other miscellaneous stuff that have always been in
xlog.c.
Reviewed-by: Andres Freund, Kyotaro Horiguchi, Robert Haas
Discussion: https://www.postgresql.org/message-id/a31f27b4-a31d-f976-6217-2b03be646ffa%40iki.fi
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index bfb7802f2d3..15684f53baa 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -607,6 +607,7 @@ EndDirectModify_function EndForeignInsert_function EndForeignModify_function EndForeignScan_function +EndOfWalRecoveryInfo EndSampleScan_function EnumItem EolType @@ -2945,6 +2946,7 @@ XLogRecordBlockCompressHeader XLogRecordBlockHeader XLogRecordBlockImageHeader XLogRecordBuffer +XLogRecoveryCtlData XLogRedoAction XLogSegNo XLogSource |
