Re: Logical replication message type 'Y' is missing in docs

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Logical replication message type 'Y' is missing in docs
Date: 2017-08-15 19:38:31
Message-ID: 6dc0a186-4217-70b4-210e-d0ea331d01c3@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 8/9/17 20:22, Masahiko Sawada wrote:
> There is a type of logical replication message 'Y' for data types, but
> it's not documented in section 52.9. Logical Replication Message
> Formats. Attached patch fixes this. I think it can be PG10 item.

Committed with some tweaking.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2017-08-15 19:42:10 Re: [PATCH] pageinspect function to decode infomasks
Previous Message Peter Eisentraut 2017-08-15 19:17:06 Re: A little improvementof ApplyLauncherMain loop code