Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37599361
en ru br
ALT Linux repos
S:1.4.0-alt1

Group :: Databases
RPM: pg_catcheck

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: pg_catcheck
Version: 1.3.0
Release: alt1
Epoch: 1

Summary: Simple tool for diagnosing system catalog corruption

License: PostgreSQL
Group: Databases
Url: https://github.com/EnterpriseDB/pg_catcheck

# Source-git: https://github.com/EnterpriseDB/pg_catcheck

Source: %name-%version.tar

# Automatically added by buildreq on Thu Jun 08 2017

# optimized out: libkrb5-devel libpq-devel libsasl2-3 libssl-devel libxml2-devel postgresql-devel python-base python-modules python3 python3-base setproctitle
BuildRequires: libecpg-devel-static libpam-devel libreadline-devel libselinux-devel libxslt-devel setproctitle-devel zlib-devel
BuildRequires: libssl-devel libkrb5-devel libzstd-devel liblz4-devel
BuildRequires: postgresql-devel

%description
pg_catcheck is a simple tool for diagnosing system catalog corruption.
If you suspect that your system catalogs are corrupted,
this tool may help you figure out exactly what problems you have
and how serious they are. If you are paranoid, you can run it routinely
to search for system catalog corruption that might otherwise go undetected.
However, pg_catcheck is not a general corruption detector. For that,
you should use PostgreSQL's checksum feature (initdb -k).

%prep
%setup

%build
%make_build

%install
%makeinstall_std

%files
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin