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

From Tom Lane
Subject Re: pgsql: Generic Messages for Logical Decoding
Date
Msg-id 28105.1459949735@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Generic Messages for Logical Decoding  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: pgsql: Generic Messages for Logical Decoding  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-committers
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.

            regards, tom lane


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Generic Messages for Logical Decoding