Re: [HACKERS] tablesync patch broke the assumption that logical repdepends on? - Mailing list pgsql-hackers

From Neha Khatri
Subject Re: [HACKERS] tablesync patch broke the assumption that logical repdepends on?
Date
Msg-id CAFO0U+9YFNnMFK-+t4fFQ_MYs56hjrQv2v5SC+BOaMQ9BNyhbw@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] tablesync patch broke the assumption that logical rep depends on?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Apr 27, 2017 at 4:01 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Jeff Janes <jeff.janes@gmail.com> writes:
> This gives me compiler warning:
> launcher.c: In function 'logicalrep_worker_launch':
> launcher.c:257: warning: 'slot' may be used uninitialized in this function

Yeah, me too.  Fix pushed.

Somewhat off the mark, but related to warning above, would you get similar warning for "address" in ProcessUtilitySlow() in utility.c.

Regards,
Neha

pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: [HACKERS] Declarative partitioning - another take
Next
From: Amit Langote
Date:
Subject: Re: [HACKERS] Crash when partition column specified twice