Commit c6eb5740 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix assorted typos

parent e05b8664
...@@ -119,7 +119,7 @@ struct stat stat_buf; ...@@ -119,7 +119,7 @@ struct stat stat_buf;
* accessible directory. If you want to make other assumptions, * accessible directory. If you want to make other assumptions,
* such as using a vendor-specific archive and access API, these * such as using a vendor-specific archive and access API, these
* routines are the ones you'll need to change. You're * routines are the ones you'll need to change. You're
* enouraged to submit any changes to pgsql-hackers@postgresql.org * encouraged to submit any changes to pgsql-hackers@postgresql.org
* or personally to the current maintainer. Those changes may be * or personally to the current maintainer. Those changes may be
* folded in to later versions of this program. * folded in to later versions of this program.
*/ */
...@@ -252,7 +252,7 @@ CustomizableCleanupPriorWALFiles(void) ...@@ -252,7 +252,7 @@ CustomizableCleanupPriorWALFiles(void)
/* /*
* Assume it's OK to keep failing. The failure situation may change * Assume it's OK to keep failing. The failure situation may change
* over time, so we'd rather keep going on the main processing than * over time, so we'd rather keep going on the main processing than
* fail because we couldnt clean up yet. * fail because we couldn't clean up yet.
*/ */
if ((xldir = opendir(archiveLocation)) != NULL) if ((xldir = opendir(archiveLocation)) != NULL)
{ {
......
...@@ -431,8 +431,8 @@ CLOGShmemInit(void) ...@@ -431,8 +431,8 @@ CLOGShmemInit(void)
/* /*
* This func must be called ONCE on system install. It creates * This func must be called ONCE on system install. It creates
* the initial CLOG segment. (The CLOG directory is assumed to * the initial CLOG segment. (The CLOG directory is assumed to
* have been created by the initdb shell script, and CLOGShmemInit * have been created by initdb, and CLOGShmemInit must have been
* must have been called already.) * called already.)
*/ */
void void
BootStrapCLOG(void) BootStrapCLOG(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment