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:18:17 -0400
commit6d6e1368722c664eef547d59ab23a29e555778c8 (patch)
tree05ef12693052ac3f653feee01d8552790b77600b /src
parent5f1048881d5f16475b76e168bfe962682c741fb5 (diff)
downloadpostgresql-6d6e1368722c664eef547d59ab23a29e555778c8.tar.gz
postgresql-6d6e1368722c664eef547d59ab23a29e555778c8.zip
Improve terminology
Use "prepared transaction" instead of "two-phrase transaction". This is in line with 0e60a50e0bf158bead247731e00cee95bcf64daf.
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 4392e23e888..5f2e6af4457 100644
--- a/src/bin/pg_basebackup/pg_recvlogical.c
+++ b/src/bin/pg_basebackup/pg_recvlogical.c
@@ -94,7 +94,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"));