summaryrefslogtreecommitdiff
path: root/src/backend/replication/slotfuncs.c
diff options
context:
space:
mode:
authorPeter Eisentraut2019-09-23 11:37:33 +0000
committerPeter Eisentraut2019-09-23 11:38:39 +0000
commit887248e97e2da6f602ddf22aaaaf8cb41d0d010d (patch)
treeecaae601e6b5bd19ac930b107c0d1ec47128938e /src/backend/replication/slotfuncs.c
parent467c1d9107e15a44a0ca3c46f0c7ebeeb7cfa208 (diff)
Message style fixes
Diffstat (limited to 'src/backend/replication/slotfuncs.c')
-rw-r--r--src/backend/replication/slotfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slotfuncs.c b/src/backend/replication/slotfuncs.c
index 808a6f5b836..42da6318238 100644
--- a/src/backend/replication/slotfuncs.c
+++ b/src/backend/replication/slotfuncs.c
@@ -523,7 +523,7 @@ pg_replication_slot_advance(PG_FUNCTION_ARGS)
if (XLogRecPtrIsInvalid(moveto))
ereport(ERROR,
- (errmsg("invalid target wal lsn")));
+ (errmsg("invalid target WAL LSN")));
/* Build a tuple descriptor for our result type */
if (get_call_result_type(fcinfo, NULL, &tupdesc) != TYPEFUNC_COMPOSITE)