aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/pgoutput/pgoutput.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2023-04-18 14:03:30 +1200
committerDavid Rowley <drowley@postgresql.org>2023-04-18 14:03:49 +1200
commiteef231e8161eb8031a928fe48134ef25ab81fe5e (patch)
tree17f1882a677a251f2638fb1893ec2a6fca1885d3 /src/backend/replication/pgoutput/pgoutput.c
parentb4dbf3e924b2556acbe103dc61ac71f9985ff24f (diff)
downloadpostgresql-eef231e8161eb8031a928fe48134ef25ab81fe5e.tar.gz
postgresql-eef231e8161eb8031a928fe48134ef25ab81fe5e.zip
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby Reviewed-by: David Rowley Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
Diffstat (limited to 'src/backend/replication/pgoutput/pgoutput.c')
-rw-r--r--src/backend/replication/pgoutput/pgoutput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/pgoutput/pgoutput.c b/src/backend/replication/pgoutput/pgoutput.c
index ebaf555d569..f88389de847 100644
--- a/src/backend/replication/pgoutput/pgoutput.c
+++ b/src/backend/replication/pgoutput/pgoutput.c
@@ -1771,7 +1771,7 @@ static void
pgoutput_stream_stop(struct LogicalDecodingContext *ctx,
ReorderBufferTXN *txn)
{
- /* we should be streaming a trasanction */
+ /* we should be streaming a transaction */
Assert(in_streaming);
OutputPluginPrepareWrite(ctx, true);