1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

Fix various typos and grammar errors in comments.

Author: Dmitriy Olshevskiy
Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
Andres Freund
2015-04-26 18:42:31 +02:00
parent 9fe1d9ac68
commit 6aab1f45ac
21 changed files with 25 additions and 25 deletions

View File

@@ -175,7 +175,7 @@ win32_exec_prog(exec_thread_arg *args)
* parallel_transfer_all_new_dbs
*
* This has the same API as transfer_all_new_dbs, except it does parallel execution
* by transfering multiple tablespaces in parallel
* by transferring multiple tablespaces in parallel
*/
void
parallel_transfer_all_new_dbs(DbInfoArr *old_db_arr, DbInfoArr *new_db_arr,