On Thu, May 12, 2022 at 3:13 PM Thomas Munro <thomas.munro@gmail.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.