Bug in TupleQueueReaderNext() ?

Поиск
Список
Период
Сортировка
От Rushabh Lathia
Тема Bug in TupleQueueReaderNext() ?
Дата
Msg-id CAGPqQf0izEgvLgk7UBAVRRN+CcCfBZQWpcn8Ez30kPKwATqKjQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Bug in TupleQueueReaderNext() ?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi All,

TupleQueueReaderNext() always pass true for the nowait into
shm_mq_receive() call. I think here it need to pass the nowait
which is passed by the caller of TupleQueueReaderNext.

This is usefull if the caller want TupleQueueReaderNext() to wait
until it gets the tuple from the particular queue.

PFA to fix the same.

Regards,
Rushabh Lathia
Вложения

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: extend pgbench expressions with functions
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Disabling an index temporarily