Re: [PATCH] Make pg_basebackup configure and start standby [Review]

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
Cc: Amit Kapila <amit(dot)kapila(at)huawei(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Hans-Jürgen Schönig <hs(at)cybertec(dot)at>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Re: [PATCH] Make pg_basebackup configure and start standby [Review]
Date: 2012-10-11 00:04:54
Message-ID: CAHGQGwHinxZOaa2JM_aWpL20TBab3ct6B+8CN4btRk+ixAq88A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 11, 2012 at 4:58 AM, Boszormenyi Zoltan <zb(at)cybertec(dot)at> wrote:
> I was able to test it on OSX and I found my bug. Attached is the new code.
> The problem was in conninfo_init(), the last entry in the filtered list was
> not initialized to 0. It seems that for some reason, my Linux machine gave
> me pre-initialized memory.

Thanks. Will test.

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-10-11 00:17:58 Re: change in LOCK behavior
Previous Message Fujii Masao 2012-10-11 00:02:46 Re: [PATCH] Make pg_basebackup configure and start standby [Review]