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

Commit20f4ef3

Browse files
committed
Fix some comments
1 parent1a86883 commit20f4ef3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎pg_variables.c‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ static MemoryContext changesStackContext = NULL;
141141
* save pointers to the rstats into list. Once transaction ended (commited or
142142
* aborted) we clear all the "active" hash_seq_search by calling hash_seq_term.
143143
*
144-
* TopTransactionContext is handy here,becouse itwountbe reset by the time
145-
* pgvTransCallback is called.
144+
* TopTransactionContext is handy here,because itwould notbe reset by the
145+
*timepgvTransCallback is called.
146146
*/
147147
staticList*variables_stats=NIL;
148148
staticList*packages_stats=NIL;
@@ -191,8 +191,8 @@ HtabToStat_level_eq(HtabToStat *entry, void *value)
191191
/*
192192
* Generic remove_if algorithm for HtabToStat.
193193
*
194-
* + eq if function pointer used to compare listentry to the value.
195-
* + if match_first is true return on first match.
194+
*'eq' - is a function pointer used to compare listentries to the'value'.
195+
*'match_first' - if true return on first match.
196196
*/
197197
staticvoid
198198
HtabToStat_remove_if(List**l,void*value,
@@ -260,7 +260,7 @@ remove_variables_variable(List **l, Variable *variable)
260260
}
261261

262262
/*
263-
* Remove all theentrys for package.
263+
* Remove all theentries for package.
264264
*/
265265
staticvoid
266266
remove_variables_package(List**l,Package*package)
@@ -269,7 +269,7 @@ remove_variables_package(List **l, Package *package)
269269
}
270270

271271
/*
272-
* Remove all theentrys for level.
272+
* Remove all theentries for level.
273273
*/
274274
staticvoid
275275
remove_variables_level(List**l,intlevel)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp