Re: warning when compiling utils/tqual.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: warning when compiling utils/tqual.h
Дата
Msg-id 22461.1395075435@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: warning when compiling utils/tqual.h  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: warning when compiling utils/tqual.h  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On 2014-03-17 12:50:37 -0400, Tom Lane wrote:
>> I guess the real question is why such a prototype is in tqual.h in
>> the first place.  ISTM this should be pushed somewhere specific to
>> reorderbuffer.c.  I'm -1 on having struct HTAB bleed into tqual.h
>> via either of the methods you suggest.

> It's the only logical decoding specific routine that's called by tqual.c
> which doesn't need anything else from reorderbuffer. I'd like to avoid
> more stuff bleeding in there...

Instead, you'd like HTAB to bleed into everything that uses tqual.h?
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: warning when compiling utils/tqual.h
Следующее
От: Andres Freund
Дата:
Сообщение: Re: warning when compiling utils/tqual.h