pg_reorg
pg_reorg copied to clipboard
Incompatible with PostgreSQL 9.5
Hi,
I've tried to update the pg-reorg Debian package for PostgreSQL 9.5 by simply adding rules to bin/Makefile, but apparently that's not enough with the 1.1.13 release:
--- 109,127 ----
-- do reorg
--
\! pg_reorg --dbname=contrib_regression --no-order
! Segmentation fault (core dumped)
\! pg_reorg --dbname=contrib_regression
! ERROR: could not connect to database with "dbname=contrib_regression ": FATAL: das Datenbanksystem ist im Wiederherstellungsmodus
Thanks for testing.
We decided not to update pg_reorg for PostgreSQL 9.5. Sorry about this.
Now, we are contributing to pg_repack which can work with 9.5. Please use it :smiley: