projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc7357
)
Fix typo.
author
Tom Lane
<
[email protected]
>
Tue, 27 Jun 2006 14:01:42 +0000
(14:01 +0000)
committer
Tom Lane
<
[email protected]
>
Tue, 27 Jun 2006 14:01:42 +0000
(14:01 +0000)
src/backend/postmaster/pgstat.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/pgstat.c
b/src/backend/postmaster/pgstat.c
index d8a00208a2de7dbb0c56424f9becf6c4b2fe919b..1f04f0f683e6d306f4606899926a62a5e4ca9f79 100644
(file)
--- a/
src/backend/postmaster/pgstat.c
+++ b/
src/backend/postmaster/pgstat.c
@@
-2922,7
+2922,7
@@
pgstat_recv_vacuum(PgStat_MsgVacuum *msg, int len)
else
{
/* last_anl_tuples must never exceed n_live_tuples */
- tabentry->last_anl_tupl
se
= Min(tabentry->last_anl_tuples,
+ tabentry->last_anl_tupl
es
= Min(tabentry->last_anl_tuples,
msg->m_tuples);
}
}