Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
4260c05c
Commit
4260c05c
authored
Jun 30, 2017
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update code comments for pg_xlog -> pg_wal
Author: Michael Paquier <michael.paquier@gmail.com>
parent
609fa63d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/bin/pg_basebackup/walmethods.c
src/bin/pg_basebackup/walmethods.c
+2
-2
src/bin/pg_basebackup/walmethods.h
src/bin/pg_basebackup/walmethods.h
+2
-2
No files found.
src/bin/pg_basebackup/walmethods.c
View file @
4260c05c
...
...
@@ -31,7 +31,7 @@
#define ZLIB_OUT_SIZE 4096
/*-------------------------------------------------------------------------
* WalDirectoryMethod - write wal to a directory looking like pg_
xlog
* WalDirectoryMethod - write wal to a directory looking like pg_
wal
*-------------------------------------------------------------------------
*/
...
...
@@ -375,7 +375,7 @@ FreeWalDirectoryMethod(void)
/*-------------------------------------------------------------------------
* WalTarMethod - write wal to a tar file containing pg_
xlog
contents
* WalTarMethod - write wal to a tar file containing pg_
wal
contents
*-------------------------------------------------------------------------
*/
...
...
src/bin/pg_basebackup/walmethods.h
View file @
4260c05c
...
...
@@ -80,8 +80,8 @@ struct WalWriteMethod
/*
* Available WAL methods:
* - WalDirectoryMethod - write WAL to regular files in a standard pg_
xlog
* - TarDirectoryMethod - write WAL to a tarfile corresponding to pg_
xlog
* - WalDirectoryMethod - write WAL to regular files in a standard pg_
wal
* - TarDirectoryMethod - write WAL to a tarfile corresponding to pg_
wal
* (only implements the methods required for pg_basebackup,
* not all those required for pg_receivewal)
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment