1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

Fix typos

Author: Erik Rijkers <er@xs4all.nl>
This commit is contained in:
Peter Eisentraut 2015-05-04 20:40:19 -04:00
parent 40f42d2a34
commit ad8d6d064c
2 changed files with 2 additions and 2 deletions

View File

@ -17054,7 +17054,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<parameter>internal_id</parameter> <type>oid</type> <parameter>internal_id</parameter> <type>oid</type>
</entry> </entry>
<entry> <entry>
Create a replication origin with the the passed in external Create a replication origin with the passed in external
name, and create an internal id for it. name, and create an internal id for it.
</entry> </entry>
</row> </row>

View File

@ -798,7 +798,7 @@ replorigin_redo(XLogReaderState *record)
* that originated at the LSN remote_commit on the remote node was replayed * that originated at the LSN remote_commit on the remote node was replayed
* successfully and that we don't need to do so again. In combination with * successfully and that we don't need to do so again. In combination with
* setting up replorigin_sesssion_origin_lsn and replorigin_sesssion_origin that ensures we * setting up replorigin_sesssion_origin_lsn and replorigin_sesssion_origin that ensures we
* won't loose knowledge about that after a crash if the the transaction had a * won't loose knowledge about that after a crash if the transaction had a
* persistent effect (think of asynchronous commits). * persistent effect (think of asynchronous commits).
* *
* local_commit needs to be a local LSN of the commit so that we can make sure * local_commit needs to be a local LSN of the commit so that we can make sure