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

Commitea36b0d

Browse files
committed
Add missing paren.
1 parent977654d commitea36b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/vacuum.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.25 1997/03/09 23:29:15 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.26 1997/03/10 15:08:57 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1566,7 +1566,7 @@ vc_attrstats(Relation onerel, VacAttrStats *vacattrstats, HeapTuple htup)
15661566
}
15671567
stats->initialized= true;
15681568
}
1569-
if (VacAttrStatsLtGtValid(stats) {
1569+
if (VacAttrStatsLtGtValid(stats)) {
15701570
if (fmgr(stats->cmplt,value,stats->min)) {
15711571
vc_bucketcpy(stats->attr,value,&stats->min,&stats->min_len);
15721572
stats->min_cnt=0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp