From: Andrew Dunstan Date: Mon, 27 Aug 2007 16:37:52 +0000 (+0000) Subject: do not load log file archive, now that we load the members seperately X-Git-Url: https://git.exim.org/buildfarm-server.git/commitdiff_plain/c77d039fd4f74c6e7823329c758cd4237c5fde46?hp=b313702c30bd542e135f4c43b257ad185d3e4ce5 do not load log file archive, now that we load the members seperately --- diff --git a/cgi-bin/pgstatus.pl b/cgi-bin/pgstatus.pl index 61fea2e..aa83566 100755 --- a/cgi-bin/pgstatus.pl +++ b/cgi-bin/pgstatus.pl @@ -251,7 +251,8 @@ $sth->bind_param(7,$branch); $sth->bind_param(8,$changed_this_run); $sth->bind_param(9,$changed_since_success); $sth->bind_param(10,$log_file_names); -$sth->bind_param(11,$log_archive,{ pg_type => DBD::Pg::PG_BYTEA }); +#$sth->bind_param(11,$log_archive,{ pg_type => DBD::Pg::PG_BYTEA }); +$sth->bind_param(11,undef,{ pg_type => DBD::Pg::PG_BYTEA }); $sth->bind_param(12,$config_flags); $sth->execute;