What behavior is in this loop?

Поиск
Список
Период
Сортировка
От KONDO Mitsumasa
Тема What behavior is in this loop?
Дата
Msg-id 530F15A1.2070908@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: What behavior is in this loop?  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
Hi,

I found interesting "for" and "while" loop in WaitForWALToBecomeAvailable() in
xlog.c. Can you tell me this behavior?

for (;;)
{
~
} while (StanbyMode)

I confirmed this code is no problem in gcc compiler:)

Regards,
--
Mitsumasa KONDO
NTT Open Source Software Center



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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: UNION ALL on partitioned tables won't use indices.
Следующее
От: Emre Hasegeli
Дата:
Сообщение: Re: GiST support for inet datatypes