projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c3b439
)
Fix copy-paste error in last autodb fix.
author
Marko Kreen
<markokr@gmail.com>
Wed, 30 Mar 2011 07:28:12 +0000
(10:28 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 30 Mar 2011 07:28:12 +0000
(10:28 +0300)
src/janitor.c
patch
|
blob
|
blame
|
history
diff --git
a/src/janitor.c
b/src/janitor.c
index ea964fa44733bae17e4a5f6cb155f374b9b1c98c..327e39221dfa63ba192f968072aca44b68c2c46e 100644
(file)
--- a/
src/janitor.c
+++ b/
src/janitor.c
@@
-550,8
+550,8
@@
static void do_full_maint(int sock, short flags, void *arg)
if (db->active_stamp == seq)
continue;
db->inactive_time = get_cached_time();
- statlist_remove(&database_list, &
pool->
db->head);
- statlist_append(&autodatabase_idle_list, &
pool->
db->head);
+ statlist_remove(&database_list, &db->head);
+ statlist_append(&autodatabase_idle_list, &db->head);
}
}