Re: BUG #17867: pg_dump intermittently hangs - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17867: pg_dump intermittently hangs
Date
Msg-id 2228293.1679668866@sss.pgh.pa.us
Whole thread Raw
In response to BUG #17867: pg_dump intermittently hangs  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> pg_dump command : 
> pg_dump host=server.postgres.database.azure.com -p 5432
> username=admin1@server -w -F c -dbname=demo -v -f /root/out.dump

Both of the stack traces you show are blocked trying to write
debug messages to the terminal.  Maybe you should drop "-v".

            regards, tom lane



pgsql-bugs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: BUG #17867: pg_dump intermittently hangs
Next
From: Tom Lane
Date:
Subject: Re: RHEL8 Got error: iso-8859-1 type name ‘sigjmp_buf’ while compiling C simple code after including pg_type.h