pg_reorg icon indicating copy to clipboard operation
pg_reorg copied to clipboard

Incompatible with PostgreSQL 9.5

Open df7cb opened this issue 9 years ago • 1 comments

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

df7cb avatar Jan 23 '16 13:01 df7cb

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:

bwtakacy avatar Jan 30 '16 12:01 bwtakacy