[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Bug#1107081: RM: pgpool2, libpgpool2, libpgpool-dev, postgresql-17-pgpool2 [s390x] -- ROM; no longer supported on big-endian



Hi Christoph,

Thanks to Tatsuo Ishii (ishii@postgresql.org) we have a fix for the issue.
I tried with the following patch and it does seem to fix the issue.

```
diff --git a/configure.ac b/configure.ac
index 881966fbc..bd8283090 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,7 +105,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_TYPE_PID_T
 AC_HEADER_TIME
-
+AC_C_BIGENDIAN
 
 dnl ===== Copied from PostgreSQL's configure start =====
 dnl
```

You can get a better view of the fix at https://github.com/pgpool/pgpool2/issues/106

Thanks,
Pranav




Reply to: