[DOCS] FrozenTransactionId

2016-06-12 Thread Egor Rogov
Hi, Since 9.4 FrozenTransactionId is no longer used to freeze row versions. The change was done by commit 37484ad: > Instead of changing the tuple xmin to FrozenTransactionId, the combination > of HEAP_XMIN_COMMITTED and HEAP_XMIN_INVALID, which were previously never > set togeth

Re: [DOCS] Suspicious description of track_io_timing

2016-06-12 Thread Egor Rogov
Alexander Law wrote > The following documentation comment has been logged on the website: > > Page: > https://www.postgresql.org/docs/9.6/static/runtime-config-statistics.html > Description: > > There is the following sentence in description of the track_io_timing > parameter: > > I/O timing in

[DOCS] rolbypassrls field missing from pg_roles documentation

2016-06-12 Thread lukas
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/view-pg-roles.html Description: Hi all, It seems that the "rolbypassrls" field is not listed on the page for the pg_roles view, even though its included there since 9.5. Compare