From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | dump difference between 9.3 and master after upgrade |
Date: | 2013-06-18 16:18:37 |
Message-ID: | 51C0885D.9070704@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
As I was updating my cross version upgrade tester to include support for
the 9.3 branch, I noted this dump difference between the dump of the
original 9.3 database and the dump of the converted database, which
looks odd. Is it correct?
cheers
andrew
--- /home/bf/bfr/root/upgrade/HEAD/origin-REL9_3_STABLE.sql 2013-06-18
08:45:22.518761202 -0400
+++ /home/bf/bfr/root/upgrade/HEAD/converted-REL9_3_STABLE-to-HEAD.sql
2013-06-18 08:46:01.648782111 -0400
@@ -385,6 +385,7 @@
--
CREATE FOREIGN TABLE ft1 (
+ "........pg.dropped.1........" integer,
c1 integer NOT NULL,
c2 integer NOT NULL,
c3 text,
@@ -413,6 +414,7 @@
CREATE FOREIGN TABLE ft2 (
c1 integer NOT NULL,
c2 integer NOT NULL,
+ "........pg.dropped.3........" integer,
c3 text,
c4 timestamp with time zone,
c5 timestamp without time zone,
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2013-06-18 16:26:16 | Re: Patch for removng unused targets |
Previous Message | Kevin Grittner | 2013-06-18 16:15:58 | Re: Patch for fast gin cache performance improvement |