Re: wrong fds used for refilenodes after pg_upgrade relfilenode changes Reply-To:

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Subject: Re: wrong fds used for refilenodes after pg_upgrade relfilenode changes Reply-To:
Date: 2022-05-12 04:57:57
Message-ID: CA+hUKG+Z5YH2CEfG4hRyvsS7yM3XsUKYs=eHo3c3KHLkfzFLvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 12, 2022 at 3:13 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> Chipmunk, another little early model Raspberry Pi:
>
> error running SQL: 'psql:<stdin>:1: ERROR: source database
> "conflict_db_template" is being accessed by other users
> DETAIL: There is 1 other session using the database.'

Oh, for this one I think it may just be that the autovacuum worker
with PID 23757 took longer to exit than the 5 seconds
CountOtherDBBackends() is prepared to wait, after sending it SIGTERM.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-05-12 05:21:32 Re: TRAP: FailedAssertion("tabstat->trans == trans", File: "pgstat_relation.c", Line: 508
Previous Message Kyotaro Horiguchi 2022-05-12 04:54:57 Re: gitmaster access