mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
Fix typo and remove extraneous linefeed.
This commit is contained in:
parent
16ac5ee8d3
commit
4394479776
@ -1532,7 +1532,6 @@ option:
|
||||
group: pg
|
||||
type: string
|
||||
required: false
|
||||
|
||||
command:
|
||||
backup: {}
|
||||
check: {}
|
||||
|
@ -38,7 +38,7 @@ STRING_STATIC(PG_PATH_PGXLOG_STR, "pg_xlog");
|
||||
STRING_STATIC(PG_PATH_PGCLOG_STR, "pg_clog");
|
||||
STRING_STATIC(PG_PATH_PGXACT_STR, "pg_xact");
|
||||
|
||||
// Lsn name used in functions depnding on version
|
||||
// Lsn name used in functions depending on version
|
||||
STRING_STATIC(PG_NAME_LSN_STR, "lsn");
|
||||
STRING_STATIC(PG_NAME_LOCATION_STR, "location");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user