aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logicalfuncs.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-04-07 07:37:30 +0200
committerPeter Eisentraut <peter@eisentraut.org>2021-04-07 07:42:44 +0200
commit0b5e8245283eef67e88fb5380836cdc2c743d848 (patch)
tree56c3420e48e12a1bab727c08e105cce1986c2c55 /src/backend/replication/logical/logicalfuncs.c
parent4c0239cb7a7775e3183cb575e62703d71bf3302d (diff)
downloadpostgresql-0b5e8245283eef67e88fb5380836cdc2c743d848.tar.gz
postgresql-0b5e8245283eef67e88fb5380836cdc2c743d848.zip
Message improvement
The previous wording contained a superfluous comma. Adjust phrasing for grammatical correctness and clarity.
Diffstat (limited to 'src/backend/replication/logical/logicalfuncs.c')
-rw-r--r--src/backend/replication/logical/logicalfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/logicalfuncs.c b/src/backend/replication/logical/logicalfuncs.c
index f7e055874e3..01d354829b9 100644
--- a/src/backend/replication/logical/logicalfuncs.c
+++ b/src/backend/replication/logical/logicalfuncs.c
@@ -250,7 +250,7 @@ pg_logical_slot_get_changes_guts(FunctionCallInfo fcinfo, bool confirm, bool bin
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
errmsg("can no longer get changes from replication slot \"%s\"",
NameStr(*name)),
- errdetail("This slot has never previously reserved WAL, or has been invalidated.")));
+ errdetail("This slot has never previously reserved WAL, or it has been invalidated.")));
MemoryContextSwitchTo(oldcontext);