7.2 feature request

Поиск
Список
Период
Сортировка
От Chad La Joie
Тема 7.2 feature request
Дата
Msg-id 3AE3A240.8488A6E4@vt.edu
обсуждение исходный текст
Список pgsql-hackers
What I'd like to see in 7.2 is a WAL API with the following
functionality:  * Get the latest transaction in the WAL  * Get transaction, transId, from the WAL  * Was a given
transactionrolled back?
 

What I don't want to have to worry about is all the internals needed for
writting the log.  I shouldn't need to know if a new seagment was
created, when and where checkpoints are made, etc.

Perhaps there could be a small library for just reading stuff the WAL
file?


The second suggestion I have is one I alreay alluded to and would offer
to help work on.  Namely replication for Postgres.  Given the simple API
listed above I already have a roughed out design for replication deamon.

Just some suggestions.


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Will something bad happen if I put index on xmin ?
Следующее
От: Joel Burton
Дата:
Сообщение: Re: How to determine if a user exists..