Re: [HACKERS] WAL logging problem in 9.4.3? - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [HACKERS] WAL logging problem in 9.4.3?
Date
Msg-id CA+hUKGLSyn78-9MtM5W4=17Aeq3+71Fyc6jLSbi22adRKZv55g@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] WAL logging problem in 9.4.3?  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: [HACKERS] WAL logging problem in 9.4.3?  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
On Mon, Jan 27, 2020 at 11:30 PM Kyotaro Horiguchi
<horikyota.ntt@gmail.com> wrote:
> Hello, this is rebased then addressed version.

Hi, I haven't followed this thread but I just noticed this strange
looking failure:

CREATE TYPE priv_testtype1 AS (a int, b text);
+ERROR: relation 24844 deleted while still in use
REVOKE USAGE ON TYPE priv_testtype1 FROM PUBLIC;

https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.79923

It didn't fail on the same OS a couple of days earlier:

https://ci.appveyor.com/project/postgresql-cfbot/postgresql/builds/30829686



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: walreceiver uses a temporary replication slot by default
Next
From: Thomas Munro
Date:
Subject: Re: [WIP] UNNEST(REFCURSOR): allowing SELECT to consume data from a REFCURSOR