From c77d039fd4f74c6e7823329c758cd4237c5fde46 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 27 Aug 2007 16:37:52 +0000 Subject: [PATCH] do not load log file archive, now that we load the members seperately --- cgi-bin/pgstatus.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.30.2