Re: pgsql: Generic Messages for Logical Decoding - Mailing list pgsql-committers

From Simon Riggs
Subject Re: pgsql: Generic Messages for Logical Decoding
Date
Msg-id CANP8+jLGZgm8-_ZM7tdowQmM+2_2Bs+55pPu-crvZbfmgFyZpA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Generic Messages for Logical Decoding  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 6 April 2016 at 14:35, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Simon Riggs <simon@2ndQuadrant.com> writes:
> Generic Messages for Logical Decoding

The buildfarm thinks this was a remarkably poor choice of random data
payload:

SELECT 'žluťoučký kůň' FROM pg_logical_emit_message(true, 'test', 'žluťoučký kůň');
    ?column?
 ---------------
  žluťoučký kůň

Since this test is not, so far as I can see, at all interested in
character encoding questions, I suggest not using non-ASCII data in it.

Yes, working on it now.

This was my bad, since I requested it be added.

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

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Generic Messages for Logical Decoding
Next
From: Simon Riggs
Date:
Subject: pgsql: Modify test_decoding/messages to remove non-ascii chars