Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6eb574

Browse files
committed
Fix assorted typos
1 parente05b866 commitc6eb574

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 wecouldnt clean up yet.
255+
* fail because wecouldn'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 bytheinitdb shell script, and CLOGShmemInit
435-
*must have beencalled 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)

[8]ページ先頭

©2009-2025 Movatter.jp