mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby Reviewed-by: David Rowley Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user