1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Add Perl interface to C PgQuery object.

This validates that all current queries work with the new interface and removes the dependency on DBD::Pg.
This commit is contained in:
David Steele
2019-07-25 17:05:39 -04:00
parent 415542b4a3
commit d8ca0e5c5b
16 changed files with 362 additions and 234 deletions
+11 -1
View File
@@ -1,6 +1,6 @@
--- pgbackrest.spec
+++ pgbackrest.spec
@@ -10,7 +10,6 @@
@@ -10,15 +10,14 @@
Source0: https://github.com/pgbackrest/pgbackrest/archive/release/%{version}.tar.gz
Source1: pgbackrest-conf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -8,3 +8,13 @@
%if 0%{?rhel} && 0%{?rhel} <= 6
Requires: perl-parent perl-JSON perl-Time-HiRes
%else
Requires: perl-JSON-PP
%endif
-Requires: perl-Digest-SHA perl-DBD-Pg perl-Time-HiRes zlib
+Requires: perl-Digest-SHA perl-Time-HiRes zlib libxml2
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires: openssl-devel zlib-devel perl-ExtUtils-Embed
+BuildRequires: openssl-devel zlib-devel postgresql-libs perl-ExtUtils-Embed
%description
pgBackRest aims to be a simple, reliable backup and restore system that can