Re: BUG #19426: pgdump is stuck - Mailing list pgsql-bugs

From Laurenz Albe
Subject Re: BUG #19426: pgdump is stuck
Date
Msg-id eff17df54774694c8021683d0e4de52b15868a72.camel@cybertec.at
Whole thread Raw
In response to BUG #19426: pgdump is stuck  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
On Sat, 2026-03-07 at 09:40 +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference:      19426
> Logged by:          Deepak Verma
> Email address:      deepakverma0328@gmail.com
> PostgreSQL version: 14.18
> Operating system:   Ubuntu 14.18-0ubuntu0.22.04.1
> Description:
>
> We are going to take dump of my AWS Ubuntu 14.18-0ubuntu0.22.04.1 on
> postgres 14.18, while taking dump it gor stuck on
> pg_dump: reading user-defined tables
> we are not able to take single table backup also as it also stuck at same
> place.
>
> pg_dump: last built-in OID is 16383
> pg_dump: reading extensions
> pg_dump: identifying extension members
> pg_dump: reading schemas
> pg_dump: reading user-defined tables

Start an interactive session while pg_dump is hanging and look at the line
in pg_stat_activity that belongs to the hanging pg_dump.

Perhaps a concurrent transaction is holding an ACCESS EXCLUSIVE lock on
something.  That would not be a bug.

Yours,
Laurenz Albe



pgsql-bugs by date:

Previous
From: "cca5507"
Date:
Subject: Re: BUG #18943: Return value of a function 'xmlBufferCreate' isdereferenced at xpath.c:177 without checking for NUL
Next
From: Vishal Prasanna
Date:
Subject: RE: [BUG] Assert failure in ReorderBufferReturnTXN during logical decoding due to leaked specinsert change