forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit70e8186
committed
Split xlog.c into xlog.c and xlogrecovery.c.
This moves the functions related to performing WAL recovery into the newxlogrecovery.c source file, leaving xlog.c responsible for maintainingthe WAL buffers, coordinating the startup and switch from recovery tonormal operations, and other miscellaneous stuff that have always been inxlog.c.Reviewed-by: Andres Freund, Kyotaro Horiguchi, Robert HaasDiscussion:https://www.postgresql.org/message-id/a31f27b4-a31d-f976-6217-2b03be646ffa%40iki.fi1 parentbe1c00a commit70e8186
File tree
22 files changed
+4982
-4449
lines changed- contrib/pg_prewarm
- src
- backend
- access/transam
- postmaster
- replication
- logical
- storage
- ipc
- sync
- utils/misc
- include/access
- tools/pgindent
22 files changed
+4982
-4449
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
|
0 commit comments
Comments
(0)