[COMMITTERS] pgsql: Fix typos in MSVC solution file.

2014-05-30 Thread Heikki Linnakangas
Fix typos in MSVC solution file. Michael Paquier Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6f11869d13a7163a97c90a0452a465b6b3f03d82 Modified Files -- src/tools/msvc/Solution.pm |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --

[COMMITTERS] pgsql: Fix typos in MSVC solution file.

2014-05-30 Thread Heikki Linnakangas
Fix typos in MSVC solution file. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/512f3b03e3cddf7dc1901c0e062500133e534c1d Modified Files -- src/tools/msvc/Solution.pm | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) -

[COMMITTERS] pgsql: On OS X, link libpython normally, ignoring the "framework" frame

2014-05-30 Thread Tom Lane
On OS X, link libpython normally, ignoring the "framework" framework. As of Xcode 5.0, Apple isn't including the Python framework as part of the SDK-level files, which means that linking to it might fail depending on whether Xcode thinks you've selected a specific SDK version. According to their

[COMMITTERS] pgsql: On OS X, link libpython normally, ignoring the "framework" frame

2014-05-30 Thread Tom Lane
On OS X, link libpython normally, ignoring the "framework" framework. As of Xcode 5.0, Apple isn't including the Python framework as part of the SDK-level files, which means that linking to it might fail depending on whether Xcode thinks you've selected a specific SDK version. According to their

[COMMITTERS] pgsql: On OS X, link libpython normally, ignoring the "framework" frame

2014-05-30 Thread Tom Lane
On OS X, link libpython normally, ignoring the "framework" framework. As of Xcode 5.0, Apple isn't including the Python framework as part of the SDK-level files, which means that linking to it might fail depending on whether Xcode thinks you've selected a specific SDK version. According to their

[COMMITTERS] pgsql: On OS X, link libpython normally, ignoring the "framework" frame

2014-05-30 Thread Tom Lane
On OS X, link libpython normally, ignoring the "framework" framework. As of Xcode 5.0, Apple isn't including the Python framework as part of the SDK-level files, which means that linking to it might fail depending on whether Xcode thinks you've selected a specific SDK version. According to their

[COMMITTERS] pgsql: On OS X, link libpython normally, ignoring the "framework" frame

2014-05-30 Thread Tom Lane
On OS X, link libpython normally, ignoring the "framework" framework. As of Xcode 5.0, Apple isn't including the Python framework as part of the SDK-level files, which means that linking to it might fail depending on whether Xcode thinks you've selected a specific SDK version. According to their

[COMMITTERS] pgsql: On OS X, link libpython normally, ignoring the "framework" frame

2014-05-30 Thread Tom Lane
On OS X, link libpython normally, ignoring the "framework" framework. As of Xcode 5.0, Apple isn't including the Python framework as part of the SDK-level files, which means that linking to it might fail depending on whether Xcode thinks you've selected a specific SDK version. According to their