Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e8db2d

Browse files
committed
Minor corrections to logical decoding patch.
1 parent7558cc9 commit7e8db2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎src/backend/replication/logical/logical.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* NOTES
1111
* This file coordinates interaction between the various modules that
12-
* togetherprovidethe logical decoding, primarily by providing so
12+
* togetherprovide logical decoding, primarily by providing so
1313
* called LogicalDecodingContexts. The goal is to encapsulate most of the
1414
* internal complexity for consumers of logical decoding, so they can
1515
* create and consume a changestream with a low amount of code.

‎src/backend/replication/logical/logicalfuncs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* logicalfuncs.c
44
*
5-
* Support functions for using logical decoding andmanagemnt of
5+
* Support functions for using logical decoding andmanagement of
66
* logical replication slots via SQL.
77
*
88
*
@@ -400,7 +400,7 @@ pg_logical_slot_get_changes_guts(FunctionCallInfo fcinfo, bool confirm, bool bin
400400
ctx->options.output_type!=OUTPUT_PLUGIN_TEXTUAL_OUTPUT)
401401
ereport(ERROR,
402402
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
403-
errmsg("output plugin cannot producetext output")));
403+
errmsg("output plugin cannot producebinary output")));
404404

405405
ctx->output_writer_private=p;
406406

‎src/include/utils/snapshot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ typedef bool (*SnapshotSatisfiesFunc) (HeapTuple htup,
3636
* There are several different kinds of snapshots:
3737
* * Normal MVCC snapshots
3838
* * MVCC snapshots taken during recovery (in Hot-Standby mode)
39-
* * Historic MVCC snapshots used during logical decoding
39+
* * Historic MVCC snapshots used during logical decoding
4040
* * snapshots passed to HeapTupleSatisfiesDirty()
4141
* * snapshots used for SatisfiesAny, Toast, Self where no members are
4242
* accessed.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp