Re: Strange times in WAL files in archive directory (9.3)

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Strange times in WAL files in archive directory (9.3)
Date: 2017-01-24 13:42:32
Message-ID: 588759C8.3090209@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Tom,

On 24/01/2017 15:29, Tom Lane wrote:
> The larger issue here is that you're confusing the function of an archive area with that of the active WAL directory. The server will prune what is in the active WAL directory and does not want your
> help. In an archive directory, I'd expect the files to have monotonic timestamps corresponding to the times you copied them over to the archive, so you could rely on the timestamp sequence there.
> regards, tom lane
I would be silly to mess around with pg_xlog. I was talking about the archive directory. *There* is where I noticed the inconsistencies. In my second post in this thread I used pg_xlog to show the
difference in timestamp of the same md5-wise files between the two systems (pg_xlog vs archive dir).

--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2017-01-24 14:14:21 Re: Strange times in WAL files in archive directory (9.3)
Previous Message David Steele 2017-01-24 13:42:05 Re: Strange times in WAL files in archive directory (9.3)