mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future.
This commit is contained in:
@ -37,7 +37,7 @@ init_tablespaces(void)
|
||||
* get_tablespace_paths()
|
||||
*
|
||||
* Scans pg_tablespace and returns a malloc'ed array of all tablespace
|
||||
* paths. Its the caller's responsibility to free the array.
|
||||
* paths. It's the caller's responsibility to free the array.
|
||||
*/
|
||||
static void
|
||||
get_tablespace_paths(void)
|
||||
|
Reference in New Issue
Block a user