915415d7fc
pgFouine is a PostgreSQL log analyzer used to generate detailed reports from a PostgreSQL log file. pgFouine can help you to determine which queries you should optimize to speed up your PostgreSQL based application. from Pierre-Emmanuel Andre <pea at raveland dot org>
13 lines
440 B
Plaintext
13 lines
440 B
Plaintext
$OpenBSD: patch-pgfouine_vacuum_php,v 1.1.1.1 2008/04/29 13:37:57 ajacoutot Exp $
|
|
--- pgfouine_vacuum.php.orig Thu Apr 17 10:17:49 2008
|
|
+++ pgfouine_vacuum.php Thu Apr 17 10:19:34 2008
|
|
@@ -30,6 +30,8 @@ if(strpos(phpversion(), '4.4') === 0) {
|
|
error_reporting(E_ALL);
|
|
}
|
|
|
|
+ini_set('include_path', '!!PREFIX!!/share/pgfouine');
|
|
+
|
|
include('version.php');
|
|
require_once('include/lib/common.lib.php');
|
|
require_once('include/base.lib.php');
|