Re: listen/notify argument (old topic revisited)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: listen/notify argument (old topic revisited)
Дата
Msg-id 26270.1025718891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: listen/notify argument (old topic revisited)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> themselves.  (I'd also be inclined to include the hash code in the
>> transmitted message, so that readers could more quickly ignore
>> uninteresting messages.)

> Doesn't seem worth it, and how would the user know their hash;

This is not the user's problem; it is the writing backend's
responsibility to compute and add the hash.  Basically we trade off some
space to compute the hash code once at the writer not N times at all the
readers.
        regards, tom lane




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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: listen/notify argument (old topic revisited)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: libpq++ build problems