File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/backend/replication/logical Expand file tree Collapse file tree 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());
1705417054 <parameter>internal_id</parameter> <type>oid</type>
1705517055 </entry>
1705617056 <entry>
17057- Create a replication origin with the the passed in external
17057+ Create a replication origin with the passed in external
1705817058 name, and create an internal id for it.
1705917059 </entry>
1706017060 </row>
Original file line number Diff line number Diff line change @@ -798,7 +798,7 @@ replorigin_redo(XLogReaderState *record)
798798 * that originated at the LSN remote_commit on the remote node was replayed
799799 * successfully and that we don't need to do so again. In combination with
800800 * 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
802802 * persistent effect (think of asynchronous commits).
803803 *
804804 * 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