Re: pgsql: Add pg_recvlogical, a tool to receive data logical decoding data

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add pg_recvlogical, a tool to receive data logical decoding data
Date: 2014-03-18 17:53:39
Message-ID: 20140318175339.GB16438@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2014-03-18 16:26:19 +0000, Robert Haas wrote:
> Add pg_recvlogical, a tool to receive data logical decoding data.
>
> This is fairly basic at the moment, but it's at least useful for
> testing and debugging, and possibly more.

Inspecting the output by different compilers shows a screwup of mine,
added when introducing the fsyncing of the outputfile. There's a
unitialized variable usage when both --status-interval and
--fsync-interval are set to zero/disabled.

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
fix-unitialized-variable.patch text/x-patch 579 bytes

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2014-03-18 18:12:25 Re: pgsql: Documentation for logical decoding.
Previous Message Robert Haas 2014-03-18 17:31:11 pgsql: test_shm_mq: Use Size rather than uint64.