1
0
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:
Stefan Fercot 2023-02-28 08:47:51 +07:00 committed by David Steele
parent 16ac5ee8d3
commit 4394479776
2 changed files with 1 additions and 2 deletions

View File

@ -1532,7 +1532,6 @@ option:
group: pg
type: string
required: false
command:
backup: {}
check: {}

View File

@ -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");