Re: Extended Query, flush or sync ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extended Query, flush or sync ?
Дата
Msg-id 12275.1261173308@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Extended Query, flush or sync ?  (Raimon Fernandez <coder@montx.com>)
Список pgsql-general
Raimon Fernandez <coder@montx.com> writes:
> It's not clear for me if I have to issue a flush or sync after each process of an extended query.

Basically, you send one of these at the points where you're going to
wait for an answer back.  Sync is different from Flush in that it also
provides a resynchronization point after an error: when the backend hits
an error while processing a given message, it ignores following messages
up to the next Sync.

            regards, tom lane

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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: Extended Query, flush or sync ?
Следующее
От: Raimon Fernandez
Дата:
Сообщение: Re: Extended Query, flush or sync ?