Files
pgbackrest/libpq-fe.h_localisation.patch
Marcus Rueckert 89a8e065a4 - update to 2.56.0
- Bug Fixes:
    - Fix issue with adhoc expiration when no backups in a
      repository. (Reviewed by Stefan Fercot. Reported by Anup
      Gupta.)
  - Features:
    - Add restore progress to info command output. (Contributed by
      Denis Garsh, Maxim Michkov. Reviewed by David Steele.)
    - Add progress-only detail level for info command output.
      (Contributed by Denis Garsh. Reviewed by David Steele, Stefan
      Fercot.)
  - Improvements:
    - Retry failed reads on object stores. (Reviewed by David
      Christensen.)
    - Fix defaults in command-line help. (Reviewed by David
      Christensen, Chris Bandy.)
  - Documentation Improvements:
    - Describe discrete option values in a list where appropriate.
      (Contributed by Anton Kurochkin. Reviewed by David Steele.)
    - Fix "less than" in help output for archive-mode option.
      (Contributed by Anton Kurochkin. Reviewed by David Steele.)
- refreshed use-run-pgbackrest.patch

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=89
2025-07-21 18:57:27 +00:00

14 lines
533 B
Diff

Index: pgbackrest-release-2.54.1/src/postgres/client.c
===================================================================
--- pgbackrest-release-2.54.1.orig/src/postgres/client.c
+++ pgbackrest-release-2.54.1/src/postgres/client.c
@@ -3,7 +3,7 @@ Postgres Client
***********************************************************************************************************************************/
#include "build.auto.h"
-#include <libpq-fe.h>
+#include <pgsql/libpq-fe.h>
#include "common/debug.h"
#include "common/io/fd.h"