1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Fix typos in docs and comments.

Thom Brown
This commit is contained in:
Fujii Masao
2014-02-02 10:28:18 +09:00
parent 9abed7d1cb
commit 63be3b78f6
5 changed files with 10 additions and 10 deletions

View File

@ -535,7 +535,7 @@ ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline,
* possibly re-request, and remove older WAL safely.
*
* We only report it when a slot has explicitly been used, because
* reporting the flush position makes one elegible as a synchronous
* reporting the flush position makes one eligible as a synchronous
* replica. People shouldn't include generic names in
* synchronous_standby_names, but we've protected them against it so
* far, so let's continue to do so in the situations when possible.