Re: incompatible pointer types with newer zlib

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: incompatible pointer types with newer zlib
Дата
Msg-id 1331971129.32357.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: incompatible pointer types with newer zlib  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: incompatible pointer types with newer zlib
Список pgsql-hackers
On tor, 2012-03-01 at 19:19 +0200, Peter Eisentraut wrote:
> I think the best fix would be to rearrange _PrintFileData() so that it
> doesn't use FH at all.  Instead, we could define a separate
> ArchiveHandle field IF that works more like OF, and then change
> ahwrite() to use that.

Here is a patch that might fix this.  I haven't been able to test this
properly, so this is just from tracing the code.  It looks like
_PrintFileData() doesn't need to use FH at all, so it could use a local
file handle variable instead.  Could someone verify this please?


Вложения

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: EquivalenceClasses and subqueries and PlaceHolderVars, oh my
Следующее
От: Atri Sharma
Дата:
Сообщение: Regarding column reordering project for GSoc 2012