Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Дата
Msg-id 52FF8535.1060602@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 02/15/2014 10:12 AM, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> However, the build now fails like this:
>>      pg_buffercache_pages.o: In function `pg_buffercache_pages':
>>
c:/MinGW/msys/1.0/home/pgrunner/bf/root/HEAD/pgsql.6024/../pgsql/contrib/pg_buffercache/pg_buffercache_pages.c:119:
>>      undefined reference to `MainLWLockArray'
> Yes, this is what we're expecting in HEAD.  As soon as all the Windows
> critters are doing that, I'll commit PGDLLIMPORT additions to fix it.
> We're leaving it deliberately unfixed in the short term until we
> confirm that all the toolchains are detecting this type of error now.
>
>


OK. Running jacana now.

cheers

andrew



В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Remove use of sscanf in pg_upgrade, and add C comment to pg_dump