Re: Nearing final release?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Nearing final release?
Дата
Msg-id 9103.1098033556@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Nearing final release?  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> I think the cleanest solution is probably to add a
>> state flag indicating whether ParseComplete should generate a PGresult
>> or not.

> Adding a flag is going to be enough for synchronous queries. But it
> seems like it has no chance of working for asynchronous queries. It
> would have to keep track of what all the pending requests are and the
> expected results.

Say what?  Neither libpq nor the backend support multiple queries
in-flight at the same time.
        regards, tom lane


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: spinlocks: generalizing "non-locking test"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: additional GCC warnings