Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1452564 Details for
Bug 1592218
Update to support current postgresql
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Update to "active" fork
update_to_active_fork.patch (text/plain), 2.69 KB, created by
James Hogarth
on 2018-06-18 09:04:52 UTC
(
hide
)
Description:
Update to "active" fork
Filename:
MIME Type:
Creator:
James Hogarth
Created:
2018-06-18 09:04:52 UTC
Size:
2.69 KB
patch
obsolete
>diff --git a/pgtune-settingsdir.patch b/pgtune-settingsdir.patch >index 728b7e1..b174bea 100644 >--- a/pgtune-settingsdir.patch >+++ b/pgtune-settingsdir.patch >@@ -1,25 +1,13 @@ >-From 563506fbe34142b2d4729895f190aeb6c6205eb2 Mon Sep 17 00:00:00 2001 >-From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy@redhat.com> >-Date: Thu, 6 Nov 2014 14:35:40 +0100 >-Subject: [PATCH] set default settings_dir >- >---- >- pgtune | 2 +- >- 1 file changed, 1 insertion(+), 1 deletion(-) >- > diff --git a/pgtune b/pgtune >-index 3d6996e..822af3c 100755 >+index 6e2934c..2f2db04 100755 > --- a/pgtune > +++ b/pgtune >-@@ -610,7 +610,7 @@ def read_options(program_args): >+@@ -660,7 +660,7 @@ def read_options(program_args): > parser.add_option('-D', '--debug', action="store_true", dest="debug", > default="False", help="Enable debugging mode") >- >-- parser.add_option('-S', '--settings', dest="settings_dir", default=None, >-+ parser.add_option('-S', '--settings', dest="settings_dir", default="/usr/share/pgtune", >+ >+- parser.add_option('-S', '--settings', dest="settings_dir", default=None, >++ parser.add_option('-S', '--settings', dest="settings_dir", default="/usr/share/pgtune", > help="Directory where settings data files are located at. Defaults to the directory where the script is being run from") > > parser.add_option('--doctest', help='run doctests', action='store_true') >--- >-2.1.0 >- >diff --git a/pgtune.spec b/pgtune.spec >index 40328b2..09682dc 100644 >--- a/pgtune.spec >+++ b/pgtune.spec >@@ -1,18 +1,18 @@ >-%global githash da57e00 >+%global gh_commit daf39e096257f649fd5147c4841ebe271d66aada >+%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) >+%global gh_owner iterativo-git >+%global gh_project pgtune >+ > Summary: PostgreSQL Config Tuner > Name: pgtune > Version: 0.9.3 >-Release: 17.%{githash}%{?dist} >+Release: 19.%{gh_short}%{?dist} > License: BSD > Group: Applications/Databases > URL: http://pgfoundry.org/projects/pgtune >-#Source0: http://pgfoundry.org/frs/download.php/2449/%{name}-%{version}.tar.gz >-# Created using: >-# git archive --format=tar --prefix=pgtune-0.9.3/ -o pgtune-0.9.3.tar.gz %{githash}:./ >-Source: %{name}-%{version}.tar.gz >+Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz > Source1: pgtune.8.asciidoc > Patch0: pgtune-settingsdir.patch >-Requires: postgresql-server > BuildRequires: asciidoc > BuildRequires: libxslt > Buildarch: noarch >@@ -22,7 +22,7 @@ pgtune takes the wimpy default postgresql.conf and expands the database server > to be as powerful as the hardware it's being deployed on. > > %prep >-%setup -q -n %{name}-%{version} >+%setup -q -n %{name}-%{gh_commit} > %patch0 -p1 > cp %{SOURCE1} . >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1592218
: 1452564