aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-09-23 21:16:08 -0400
committerPeter Eisentraut <peter@eisentraut.org>2022-09-23 21:16:08 -0400
commit8d985560fc1de6197323d4397d2a2bf762657463 (patch)
tree2c3f7374fae984887f2dcf3adc0e8ff13ba0d834 /src
parent2b14b5b5d9d5cf2f039a90a670abaf7b2f37bbe6 (diff)
downloadpostgresql-8d985560fc1de6197323d4397d2a2bf762657463.tar.gz
postgresql-8d985560fc1de6197323d4397d2a2bf762657463.zip
Improve terminology
Use "prepared transaction" instead of "two-phrase transaction". This is in line with c5d67881d343a507269bde124a49df19e0296157.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_basebackup/pg_recvlogical.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_recvlogical.c b/src/bin/pg_basebackup/pg_recvlogical.c
index b59ff23f612..02b8e272c37 100644
--- a/src/bin/pg_basebackup/pg_recvlogical.c
+++ b/src/bin/pg_basebackup/pg_recvlogical.c
@@ -96,7 +96,7 @@ usage(void)
printf(_(" -s, --status-interval=SECS\n"
" time between status packets sent to server (default: %d)\n"), (standby_message_timeout / 1000));
printf(_(" -S, --slot=SLOTNAME name of the logical replication slot\n"));
- printf(_(" -t, --two-phase enable two-phase decoding when creating a slot\n"));
+ printf(_(" -t, --two-phase enable decoding of prepared transactions when creating a slot\n"));
printf(_(" -v, --verbose output verbose messages\n"));
printf(_(" -V, --version output version information, then exit\n"));
printf(_(" -?, --help show this help, then exit\n"));