From: Michael P. <mic...@gm...> - 2013-10-30 07:51:20
|
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 |