From: Koichi S. <koi...@gm...> - 2013-10-30 08:39:57
|
I don't understand quite well about this. Nicola successfully built PG9.3.1 with Marvericks, while you mentioned that the code is not 9.3.1 but in the latest part of REL9_3_STABLE, which is not available with PG 9.3.1. Could you give me some more clarification on this? Regards; --- Koichi Suzuki 2013/10/30 Michael Paquier <mic...@gm...> > On Wed, Oct 30, 2013 at 7:04 AM, Koichi Suzuki <koi...@gm...> > wrote: > > I see. We're merging PostgreSQL9.3.1 code into XC. Hope this helps > > building XC with Marverics. Merge with PostgreSQL 9.3 will be > available > > as XC release 1.2, hopefully at the end of the year. > There have been fixes these days in Postgres core for Mavericks for > strlcpy: > > http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=a1f86e70c8d9a152eaa50cc17e5249da10d3e758 > Note that merging 9.3.1 into REL1_2_STABLE will *not* remove the issue > as it has been committed after the release of 9.3.1. In the case of > the merge of master branch of Postgres with XC master also this will > not be included by default, as this should be done based on commit of > `git merge-base master REL9_3_STABLE` and the fix on Postgres core has > been added afterwards AFAIK. > -- > Michael > |