fix for table syncing with different column order

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
Subject: fix for table syncing with different column order
Date: 2017-05-19 00:30:17
Message-ID: 24e3d2b5-076f-d9c9-8441-19d285fbe654@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The issues with the different column orders in the regression test
database also revealed that logical replication table syncing was broken
for that case. Here is a fix and a test.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Fix-table-syncing-with-different-column-order.patch invalid/octet-stream 4.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-05-19 00:48:44 Re: Documentation about pg_stat_bgwriter
Previous Message Michael Paquier 2017-05-19 00:11:13 Re: [bug fix] PG10: libpq doesn't connect to alternative hosts when some errors occur