From 439447977681ea8730935535e25a657334596942 Mon Sep 17 00:00:00 2001 From: Stefan Fercot Date: Tue, 28 Feb 2023 08:47:51 +0700 Subject: [PATCH] Fix typo and remove extraneous linefeed. --- src/build/config/config.yaml | 1 - src/postgres/interface.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/build/config/config.yaml b/src/build/config/config.yaml index bfaca48c0..b41b4ff87 100644 --- a/src/build/config/config.yaml +++ b/src/build/config/config.yaml @@ -1532,7 +1532,6 @@ option: group: pg type: string required: false - command: backup: {} check: {} diff --git a/src/postgres/interface.c b/src/postgres/interface.c index d9799ebf7..aa83bdbcd 100644 --- a/src/postgres/interface.c +++ b/src/postgres/interface.c @@ -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");