Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bDvvR-0004da-Lu for pgsql-docs@arkaria.postgresql.org; Fri, 17 Jun 2016 15:43:17 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bDvvR-0006bQ-3z for pgsql-docs@arkaria.postgresql.org; Fri, 17 Jun 2016 15:43:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bDvvQ-0006bJ-N2 for pgsql-docs@postgresql.org; Fri, 17 Jun 2016 15:43:16 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bDvvM-0000B6-VL for pgsql-docs@postgresql.org; Fri, 17 Jun 2016 15:43:16 +0000 Received: from bruce by momjian.us with local (Exim 4.84_2) (envelope-from ) id 1bDvvL-0008V0-2V for pgsql-docs@postgresql.org; Fri, 17 Jun 2016 11:43:11 -0400 Date: Fri, 17 Jun 2016 11:43:11 -0400 From: Bruce Momjian To: PostgreSQL-documentation Subject: Pg_upgrade and collation Message-ID: <20160617154311.GB19359@momjian.us> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Pg-Spam-Score: -3.3 (---) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The attached patch documents that pg_upgrade requires old/new servers to use compatibile collation library versions as well. I would like to apply this to all PG branches. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription + --X1bOJ3K7DJ5YkBrT Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="collation.diff" diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml new file mode 100644 index b99e546..3957241 *** a/doc/src/sgml/ref/pgupgrade.sgml --- b/doc/src/sgml/ref/pgupgrade.sgml *************** *** 61,67 **** checking for compatible compile-time settings, including 32/64-bit binaries. It is important that any external modules are also binary compatible, though this cannot ! be checked by pg_upgrade. --- 61,68 ---- checking for compatible compile-time settings, including 32/64-bit binaries. It is important that any external modules are also binary compatible, though this cannot ! be checked by pg_upgrade. Compatible collation ! library versions must also be used. --X1bOJ3K7DJ5YkBrT Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs --X1bOJ3K7DJ5YkBrT--