Which background task looks for pg_xlog in 10?

From: Johann Spies <johann(dot)spies(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Which background task looks for pg_xlog in 10?
Date: 2018-08-28 06:32:38
Message-ID: CAGZ55DRoYc4S+bG8+51WxSB_YFx=xbX85NfRB3HvdgnsH1dbSA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I see this in /var/log/postgresql/postgresql-10-main.log:

postgres postgres(at)template1 ERROR: could not open directory
"pg_xlog": No such file or directory

postgres postgres(at)template1 STATEMENT: SELECT count(*) AS segments
FROM pg_ls_dir('pg_xlog') t(fn) \
WHERE fn ~ '^[0-9A-Z]{24}$'

Where does this come from?

Regards
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)

Responses

Browse pgsql-general by date

  From Date Subject
Next Message rob stone 2018-08-28 07:45:14 Re: Which background task looks for pg_xlog in 10?
Previous Message Adrian Klaver 2018-08-28 04:08:17 Re: Reeving an error while taking the backup using "pg_basebackup" utility.