mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Fix collection of typos and grammar mistakes in the tree
This fixes some comments and documentation new as of Postgres 13. Author: Justin Pryzby Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
This commit is contained in:
@ -1157,7 +1157,7 @@ AddFileToManifest(manifest_info *manifest, const char *spcoid,
|
||||
}
|
||||
|
||||
/*
|
||||
* Each file's entry need to be separated from any entry that follows by a
|
||||
* Each file's entry needs to be separated from any entry that follows by a
|
||||
* comma, but there's no comma before the first one or after the last one.
|
||||
* To make that work, adding a file to the manifest starts by terminating
|
||||
* the most recently added line, with a comma if appropriate, but does not
|
||||
|
Reference in New Issue
Block a user