| От | Simon Riggs |
|---|---|
| Тема | Incorrect description of xmax and xip in functions docs |
| Дата | |
| Msg-id | 1220627662.4371.1203.camel@ebony.2ndQuadrant обсуждение исходный текст |
| Ответы |
Re: Incorrect description of xmax and xip in functions docs
|
| Список | pgsql-docs |
http://developer.postgresql.org/pgdocs/postgres/functions-info.html xip_list is described as "Active txids at the time of the snapshot... " This is incorrect. The xip_list is the list of transactions that are in progress *and* less than xmax. There may be transactions in progress with an xid higher than xmax. This will happen frequently in fact. This is because xmax is defined as the highest/latest completed xid, not the highest running xid. Note that there is no way to discover the list of running xids at the time of the snapshot, from the data we hold about snapshots. Nor can the snapshot data be used to monitor the number of transactions in progress. Anyone disagree? If not, I'll patch. -- Simon Riggs www.2ndQuadrant.com PostgreSQL Training, Services and Support
В списке pgsql-docs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера