summaryrefslogtreecommitdiff
path: root/databases/pg_statsinfo/files/patch-archive_pglog.sh
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2013-03-13 15:29:55 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2013-03-13 15:29:55 +0000
commit7ab655d41e6c5b05a71e163868f8e267913ad87a (patch)
treed262405653be1c7315c331c5bd86f8de0f5fe6f3 /databases/pg_statsinfo/files/patch-archive_pglog.sh
parent- Fix header (diff)
pg_statsinfo is a utility that monitor statistics and the activity of
PostgreSQL(and OS). pg_statsinfo gets some statistics information as snapshot. We can check the DB activity and bottleneck analysis by using these snapshot information. This utility provides some function to get the information acquisition easily. WWW: http://pgstatsinfo.projects.pgfoundry.org/ (currently some OS resource stats are disabled.)
Notes
Notes: svn path=/head/; revision=314090
Diffstat (limited to 'databases/pg_statsinfo/files/patch-archive_pglog.sh')
-rw-r--r--databases/pg_statsinfo/files/patch-archive_pglog.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/pg_statsinfo/files/patch-archive_pglog.sh b/databases/pg_statsinfo/files/patch-archive_pglog.sh
new file mode 100644
index 000000000000..4c543f010539
--- /dev/null
+++ b/databases/pg_statsinfo/files/patch-archive_pglog.sh
@@ -0,0 +1,8 @@
+--- agent/bin/archive_pglog.sh.orig 2013-03-11 00:12:28.148440022 +0900
++++ agent/bin/archive_pglog.sh 2013-03-11 00:12:35.089438682 +0900
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ #############################################################################
+ # Copyright (c) 2012, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ #############################################################################