Thread: BUG #13836: Documentation not consistent about pg_commit_ts directory

BUG #13836: Documentation not consistent about pg_commit_ts directory

From
alain.laporte12345@gmail.com
Date:
The following bug has been logged on the website:

Bug reference:      13836
Logged by:          Alain Laporte
Email address:      alain.laporte12345@gmail.com
PostgreSQL version: 9.5rc1
Operating system:   Linux
Description:

Hi,

According to this page (
http://www.postgresql.org/docs/9.5/static/storage-file-layout.html ), a new
directory is created when the commit_ts module is enabled by the
configuration parameter track_commit_timestamp (
http://www.postgresql.org/docs/9.5/static/runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-SENDER
). But, in this page (
http://www.postgresql.org/docs/9.5/static/app-pgresetxlog.html ) it's the
directory pg_committs which is mentioned.

Re: BUG #13836: Documentation not consistent about pg_commit_ts directory

From
Alvaro Herrera
Date:
alain.laporte12345@gmail.com wrote:

> Hi,
>
> According to this page (
> http://www.postgresql.org/docs/9.5/static/storage-file-layout.html ), a new
> directory is created when the commit_ts module is enabled by the
> configuration parameter track_commit_timestamp (
> http://www.postgresql.org/docs/9.5/static/runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-SENDER
> ). But, in this page (
> http://www.postgresql.org/docs/9.5/static/app-pgresetxlog.html ) it's the
> directory pg_committs which is mentioned.

Yeah, pg_resetxlog docs were wrong.  Fixed.  Thanks for the report.

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