Skip to content

Commit c6eb574

Browse files
committed
Fix assorted typos
1 parent e05b866 commit c6eb574

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/pg_standby/pg_standby.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct stat stat_buf;
119119
* accessible directory. If you want to make other assumptions,
120120
* such as using a vendor-specific archive and access API, these
121121
* routines are the ones you'll need to change. You're
122-
* enouraged to submit any changes to pgsql-hackers@postgresql.org
122+
* encouraged to submit any changes to pgsql-hackers@postgresql.org
123123
* or personally to the current maintainer. Those changes may be
124124
* folded in to later versions of this program.
125125
*/
@@ -252,7 +252,7 @@ CustomizableCleanupPriorWALFiles(void)
252252
/*
253253
* Assume it's OK to keep failing. The failure situation may change
254254
* over time, so we'd rather keep going on the main processing than
255-
* fail because we couldnt clean up yet.
255+
* fail because we couldn't clean up yet.
256256
*/
257257
if ((xldir = opendir(archiveLocation)) != NULL)
258258
{

src/backend/access/transam/clog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ CLOGShmemInit(void)
431431
/*
432432
* This func must be called ONCE on system install. It creates
433433
* the initial CLOG segment. (The CLOG directory is assumed to
434-
* have been created by the initdb shell script, and CLOGShmemInit
435-
* must have been called already.)
434+
* have been created by initdb, and CLOGShmemInit must have been
435+
* called already.)
436436
*/
437437
void
438438
BootStrapCLOG(void)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy