projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3431fdf
)
removing stray quote
author
Steve Singer
<ssinger@ca.afilias.info>
Fri, 5 Jul 2013 02:02:38 +0000
(22:02 -0400)
committer
Steve Singer
<ssinger@ca.afilias.info>
Fri, 5 Jul 2013 02:02:38 +0000
(22:02 -0400)
tools/test_slony_state-dbi.pl
patch
|
blob
|
blame
|
history
diff --git
a/tools/test_slony_state-dbi.pl
b/tools/test_slony_state-dbi.pl
index f52287b89a1a2ca84d9091ee16796ae9d5af4694..2c50039c36f80abb2ad53847147b4220e4be27cd 100644
(file)
--- a/
tools/test_slony_state-dbi.pl
+++ b/
tools/test_slony_state-dbi.pl
@@
-290,7
+290,7
@@
Could listen paths be missing so that confirmations are not propagating?
select datname, $pid_column, usename, date_trunc('minutes', now() - query_start), substr($query_column,0,20)
from pg_stat_activity
where (now() - query_start) > '$ELDERLY_TXN'::interval and
- $not_idle_condition
'
+ $not_idle_condition
order by query_start;
};