Re: PITR, nested transactions, tablespaces, 2-phase commit: Status

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: PITR, nested transactions, tablespaces, 2-phase commit: Status
Дата
Msg-id Pine.OSF.4.58.0404231954510.181100@kosh.hut.fi
обсуждение исходный текст
Ответ на PITR, nested transactions, tablespaces, 2-phase commit: Status request  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Sat, 17 Apr 2004, Bruce Momjian wrote:

> Would folks report on the current status of these projects:
>
>     o nested transactions (Alvaro Herrera)
>     o tablespaces (Gavin Sherry)
>     o PITR (Simon Riggs)
>     o 2-phase commit (Heikki Linnakangas)

I've been very busy with at work, and haven't had much time to work on the
2-phase commit patch.

I'm keeping a close eye on Alvaro's nested transactions stuff, because it
touches the same areas as 2-phase commits.

One day, while reading postgresql code, I realized that my two-phase
code doesn't do the right thing with snapshots. GetSnapshotData scans
through all running backends, and collects the xids of all running
transactions. I suppose all pre-committed transactions should go to the
snapshot too.

So there's still some work to be done, but I'm still hoping to finish it
in time for 7.5.

- Heikki



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

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: What can we learn from MySQL?
Следующее
От: Robert Treat
Дата:
Сообщение: Re: contrib vs. gborg/pgfoundry for replication solutions