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

Commitbb1f8f9

Browse files
committed
Fix typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
1 parente42645a commitbb1f8f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/backend/access/transam/xlogfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pg_stop_backup(PG_FUNCTION_ARGS)
175175
* The first parameter (variable 'exclusive') allows the user to tell us if
176176
* this is an exclusive or a non-exclusive backup.
177177
*
178-
* The secondparamter (variable 'waitforarchive'), which is optional,
178+
* The secondparameter (variable 'waitforarchive'), which is optional,
179179
* allows the user to choose if they want to wait for the WAL to be archived
180180
* or if we should just return as soon as the WAL record is written.
181181
*

‎src/include/lib/simplehash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ SH_STAT(SH_TYPE * tb)
902902
#endif/* SH_DEFINE */
903903

904904

905-
/* undefine externalparamters, so next hash table can be defined */
905+
/* undefine externalparameters, so next hash table can be defined */
906906
#undef SH_PREFIX
907907
#undef SH_KEY_TYPE
908908
#undef SH_KEY

‎src/include/nodes/execnodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ typedef struct TupleHashEntryData
569569
uint32hash;/* hash value (cached) */
570570
}TupleHashEntryData;
571571

572-
/* defineparamters necessary to generate the tuple hash table interface */
572+
/* defineparameters necessary to generate the tuple hash table interface */
573573
#defineSH_PREFIX tuplehash
574574
#defineSH_ELEMENT_TYPE TupleHashEntryData
575575
#defineSH_KEY_TYPE MinimalTuple

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp