Re: BUG #17867: pg_dump intermittently hangs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mayur(dot)lokare%veritas(dot)com(at)gtempaccount(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17867: pg_dump intermittently hangs
Date: 2023-03-24 14:41:06
Message-ID: 2228293.1679668866@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> pg_dump command :
> pg_dump host=server.postgres.database.azure.com -p 5432
> username=admin1(at)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-03-24 14:50:56 Re: RHEL8 Got error: unknown type name ‘sigjmp_buf’ while compiling C simple code after including pg_type.h
Previous Message Daniel Gustafsson 2023-03-24 13:01:49 Re: BUG #17867: pg_dump intermittently hangs