Re: Problem with ControlFileData structure being ABI depe ndent

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Problem with ControlFileData structure being ABI depe ndent
Дата
Msg-id 200712071349340000@125917993
обсуждение исходный текст
Ответы Re: Problem with ControlFileData structure being ABI depe ndent  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
> > I guess my advice would be to see if we can define _USE_32BIT_TIME_T
> > in port/win32.h and make it go away that way.  It'd definitely be nice
> > if MSVC and Mingw builds weren't binary-incompatible.
> 
> The attached patch defines it in the MSVC project files along with the
> other API-config related macros. It fixes all the offsets so they match
> mingw, but the CRC is still different for some as-yet unknown reason...

Is the project file really the proper place? Consider an add-on module - wouldn't we want the setting to go in that one
aswell? meaning we'd have it in a header file instead?
 

/Magnus




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

Предыдущее
От: "Trevor Talbot"
Дата:
Сообщение: Re: Problem with ControlFileData structure being ABI dependent
Следующее
От: Hubert FONGARNAND
Дата:
Сообщение: Re: pg_dump and BINARY mode COPY