Re: pgsql: dshash: Add sequential scan support.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: dshash: Add sequential scan support.
Дата
Msg-id 758107.1646960996@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: dshash: Add sequential scan support.  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: dshash: Add sequential scan support.  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> dshash: Add sequential scan support.
> Add ability to scan all entries sequentially to dshash. The interface is
> similar but a bit different both from that of dynahash and simple dshash
> search functions. The most significant differences is that dshash's interfac
> always needs a call to dshash_seq_term when scan ends.

Umm ... what about error recovery?  Or have you just cemented the
proposition that long-lived dshashes are unsafe?

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: dshash: Add sequential scan support.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: dshash: Add sequential scan support.