Re: Snapshot synchronization, again...

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Snapshot synchronization, again...
Дата
Msg-id 1298058809-sup-208@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Snapshot synchronization, again...  (Joachim Wieland <joe@mcknight.de>)
Ответы Re: Snapshot synchronization, again...  (Joachim Wieland <joe@mcknight.de>)
Re: Snapshot synchronization, again...  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers

I have two questions: 

1. why are you using the expansible char array stuff instead of using
the StringInfo facility?

2. is md5 the most appropriate digest for this?  If you need a
cryptographically secure hash, do we need something stronger?  If not,
why not just use hash_any?

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SR standby hangs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: review: FDW API