8000 Fix typos · chapaev28/postgres@ad8d6d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad8d6d0

Browse files
committed
Fix typos
Author: Erik Rijkers <er@xs4all.nl>
1 parent 40f42d2 commit ad8d6d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/backend/replication/logical/origin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0