diff --git a/server/databases/postgresql.xml b/server/databases/postgresql.xml index 119a45e342..32a5411661 100644 --- a/server/databases/postgresql.xml +++ b/server/databases/postgresql.xml @@ -92,6 +92,7 @@ following commands: sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' src/include/pg_config_manual.h && +sed -i "s/copy_file_range/rewind_&/" src/bin/pg_rewind/copy_fetch.c && ./configure --prefix=/usr \ --enable-thread-safety \ @@ -190,7 +191,8 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')/tmp to /run/postgresql. + that they can work reliably-->. Second sed renames a function as + glibc-2.27 introduced one with the same name. --docdir=/usr/share/doc/postgresql-&postgresql-version;: