From ac068cc69b56960911e161536c612a692a0ee21f Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 12 Nov 2012 00:13:33 +0000 Subject: [PATCH] Script to create extension from loose objects dropped altogether pg_repack doesn't create any object to depend on, so it is always possible drop it and install a new version instead of upgrading. Creating a robust upgrade path from loose objects which can be of any version to a target version is hopelessly brittle, so I'd suggest the user just to drop a previous pg_repack version and install the new one. --- lib/Makefile | 2 +- lib/pg_repack--1.1.7--1.1.8.sql | 25 ------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 lib/pg_repack--1.1.7--1.1.8.sql diff --git a/lib/Makefile b/lib/Makefile index 8057319..69c0e15 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -24,7 +24,7 @@ PG_CPPFLAGS = -DREPACK_VERSION=$(REPACK_VERSION) #supports both EXTENSION (for >=9.1) and without_EXTENSION (for