Re: Function for listing archive_status directory

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: 'Christoph Moench-Tegeder' <cmt(at)burggraben(dot)net>
Cc: "Iwata, Aya" <iwata(dot)aya(at)jp(dot)fujitsu(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Function for listing archive_status directory
Date: 2018-10-09 13:41:52
Message-ID: 20181009134152.GF1582@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Oct 09, 2018 at 10:12:17AM +0200, 'Christoph Moench-Tegeder' wrote:
> Attached is the updated patch. I made sure the function's OID hadn't been
> taken otherwise, and it compiles and works in a quick check.

Committed, after some slight adjustments. Files in
pg_wal/archive_status/ have normally a size of 0 so this field does not
usually matter, but removing it complicates pg_ls_dir_files for no real
gain so I kept it.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2018-10-09 13:42:24 Re: Index Skip Scan
Previous Message Peter Eisentraut 2018-10-09 13:38:18 Re: Some incorrect comments and out-dated README from run-time pruning