1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Fix typos in comments

Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
Magnus Hagander
2017-06-17 10:17:01 +02:00
parent e42645ad92
commit bb1f8f9e5b
3 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ pg_stop_backup(PG_FUNCTION_ARGS)
* The first parameter (variable 'exclusive') allows the user to tell us if
* this is an exclusive or a non-exclusive backup.
*
* The second paramter (variable 'waitforarchive'), which is optional,
* The second parameter (variable 'waitforarchive'), which is optional,
* allows the user to choose if they want to wait for the WAL to be archived
* or if we should just return as soon as the WAL record is written.
*