File tree 2 files changed +2
-2
lines changed
src/backend/replication/logical
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17054,7 +17054,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
17054
17054
<parameter>internal_id</parameter> <type>oid</type>
17055
17055
</entry>
17056
17056
<entry>
17057
- Create a replication origin with the the passed in external
17057
+ Create a replication origin with the passed in external
17058
17058
name, and create an internal id for it.
17059
17059
</entry>
17060
17060
</row>
Original file line number Diff line number Diff line change @@ -798,7 +798,7 @@ replorigin_redo(XLogReaderState *record)
798
798
* that originated at the LSN remote_commit on the remote node was replayed
799
799
* successfully and that we don't need to do so again. In combination with
800
800
* setting up replorigin_sesssion_origin_lsn and replorigin_sesssion_origin that ensures we
801
- * won't loose knowledge about that after a crash if the the transaction had a
801
+ * won't loose knowledge about that after a crash if the transaction had a
802
802
* persistent effect (think of asynchronous commits).
803
803
*
804
804
* local_commit needs to be a local LSN of the commit so that we can make sure
You can’t perform that action at this time.
0 commit comments