pgsql: pg_upgrade: binary_upgrade_create_empty_extension() is strict

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: binary_upgrade_create_empty_extension() is strict
Date: 2015-04-18 00:08:48
Message-ID: E1YjGJU-0005zx-EI@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: binary_upgrade_create_empty_extension() is strict

Was broken by commit 30982be4e5019684e1772dd9170aaa53f5a8e894.

Patch by Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f92fc4c95ddcc25978354a8248d3df22269201bc

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-04-20 02:39:43 pgsql: Move pg_test_fsync from contrib/ to src/bin/
Previous Message Stephen Frost 2015-04-17 20:37:07 pgsql: Fix typo in relcache's equalPolicy()