Hot standby, freezing

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Hot standby, freezing
Дата
Msg-id 4AFA9386.5040901@enterprisedb.com
обсуждение исходный текст
Ответы Re: Hot standby, freezing
Список pgsql-hackers
While reading through the patch for what must be the 100th time by now,
it occurred to me that this comment in heap_xlog_freeze:

+       /*
+        * Freezing tuples does not require conflict processing
+        */

is plain wrong. In the master, we can freeze the xmin of a tuple that's
not yet visible to all read-only transactions in the standby. We do need
conflict processing there.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hot Standby status
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: [GENERAL] PostgreSQL 8.3.8 on AIX5.3 : compilation failed