Search Postgresql Archives

Re: ERROR could not access transaction/Could not open file pg_commit_ts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jeremy Finzel wrote:

> UPDATE: what is actually failing is a call to
> pg_xact_commit_timestamp(xmin) on a given table under the view.  We still
> think we must have some corruption though with pg_commit_ts.

This is not a valid query, because the xmin may belong to a frozen
tuple.  pg_commit_ts does not keep data forever; old files are removed.
Anything older than datfrozenxid could return that error.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux