do not load log file archive, now that we load the members seperately
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 27 Aug 2007 16:37:52 +0000 (16:37 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 27 Aug 2007 16:37:52 +0000 (16:37 +0000)
cgi-bin/pgstatus.pl

index 61fea2e14ecc9b3c920d816cf4a2bd4d43e07e03..aa83566d95357ff8a530c1d52936ef349a2d0ab5 100755 (executable)
@@ -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;