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

Commit8d98556

Browse files
committed
Improve terminology
Use "prepared transaction" instead of "two-phrase transaction". Thisis in line withc5d6788.
1 parent2b14b5b commit8d98556

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎doc/src/sgml/ref/pg_recvlogical.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PostgreSQL documentation
6868

6969
<para>
7070
The <option>--two-phase</option> can be specified with
71-
<option>--create-slot</option> to enabletwo-phasedecoding.
71+
<option>--create-slot</option> to enable decoding of prepared transactions.
7272
</para>
7373
</listitem>
7474
</varlistentry>
@@ -266,7 +266,7 @@ PostgreSQL documentation
266266
<term><option>--two-phase</option></term>
267267
<listitem>
268268
<para>
269-
Enablestwo-phasedecoding. This optionshould only be specified with
269+
Enables decoding of prepared transactions. This optionmay only be specified with
270270
<option>--create-slot</option>
271271
</para>
272272
</listitem>

‎src/bin/pg_basebackup/pg_recvlogical.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ usage(void)
9696
printf(_(" -s, --status-interval=SECS\n"
9797
" time between status packets sent to server (default: %d)\n"), (standby_message_timeout /1000));
9898
printf(_(" -S, --slot=SLOTNAME name of the logical replication slot\n"));
99-
printf(_(" -t, --two-phase enabletwo-phasedecoding when creating a slot\n"));
99+
printf(_(" -t, --two-phase enable decoding of prepared transactions when creating a slot\n"));
100100
printf(_(" -v, --verbose output verbose messages\n"));
101101
printf(_(" -V, --version output version information, then exit\n"));
102102
printf(_(" -?, --help show this help, then exit\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp