On Thu, Jun 23, 2016 at 4:55 PM, sudalai <sudala...@gmail.com> wrote:
> Thanks for : https://github.com/michaelpq/pg_plugins/tree/master/decoder_raw
> I will upgrade my servers to PostgreSQL 9.5.3, but i want to find the
> problem.
> Please help me.
> I don't have SQL sequence.
> Does anything i can get from server, that will help us to debug the problem?
>
> Here is logical_decoder code:  rep_slot.c
> <http://postgresql.nabble.com/file/n5909207/rep_slot.c>

    if (isnull)
        appendStringInfoString(s, "NiLnUlL");   // Printing null as "NiLnUlL"
    //else if (typisvarlena && VARATT_IS_EXTERNAL_ONDISK(origval))
    //  appendStringInfoString(s, "unchanged-toast-datum")
Uncomment that.
-- 
Michael


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to