2023-08-07 09:26:36 +02:00
|
|
|
Index: pgbackrest-release-2.47/src/configure
|
2022-03-08 09:30:45 +01:00
|
|
|
===================================================================
|
2023-08-07 09:26:36 +02:00
|
|
|
--- pgbackrest-release-2.47.orig/src/configure
|
|
|
|
+++ pgbackrest-release-2.47/src/configure
|
2022-09-20 20:40:49 +02:00
|
|
|
@@ -3603,12 +3603,12 @@ then :
|
|
|
|
printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
|
2020-05-01 18:28:44 +02:00
|
|
|
|
2022-09-20 20:40:49 +02:00
|
|
|
fi
|
|
|
|
-ac_fn_c_check_header_compile "$LINENO" "libpq-fe.h" "ac_cv_header_libpq_fe_h" "$ac_includes_default"
|
|
|
|
+ac_fn_c_check_header_compile "$LINENO" "pgsql/libpq-fe.h" "ac_cv_header_libpq_fe_h" "$ac_includes_default"
|
|
|
|
if test "x$ac_cv_header_libpq_fe_h" = xyes
|
|
|
|
then :
|
2020-05-01 18:28:44 +02:00
|
|
|
|
2022-09-20 20:40:49 +02:00
|
|
|
else $as_nop
|
2020-05-01 18:28:44 +02:00
|
|
|
- as_fn_error $? "header file <libpq-fe.h> is required" "$LINENO" 5
|
|
|
|
+ as_fn_error $? "header file <pgsql/libpq-fe.h> is required" "$LINENO" 5
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
2023-08-07 09:26:36 +02:00
|
|
|
Index: pgbackrest-release-2.47/src/postgres/client.c
|
2022-03-08 09:30:45 +01:00
|
|
|
===================================================================
|
2023-08-07 09:26:36 +02:00
|
|
|
--- pgbackrest-release-2.47.orig/src/postgres/client.c
|
|
|
|
+++ pgbackrest-release-2.47/src/postgres/client.c
|
2019-08-26 03:23:36 +02:00
|
|
|
@@ -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/log.h"
|