Re: [PATCH 8/8] Introduce wal decoding via catalog timetravel

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [PATCH 8/8] Introduce wal decoding via catalog timetravel
Дата
Msg-id 20121016.080937.1101783753052076561.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: [PATCH 8/8] Introduce wal decoding via catalog timetravel  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
> The design Andres and Simon have advanced already eliminates a lot of
> the common failure cases (now(), random(), nextval()) suffered by pgPool
> and similar tools.  But remember, this feature doesn't have to be

Well, pgpool-II already solved the now() case by using query rewriting
technique. The technique could be applied to random() as well but I'm
not convinced it is worth the trouble. nexval() would be a little
harder because pgpool needs an assistance from PostgreSQL core.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [RFC][PATCH] wal decoding, attempt #2 - Design Documents (really attached)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [WIP] pg_ping utility