Re: pgloader hangs with an invalid filename - Mailing list pgsql-general

From Dimitri Fontaine
Subject Re: pgloader hangs with an invalid filename
Date
Msg-id m2sjp2ttg9.fsf@2ndQuadrant.fr
Whole thread Raw
In response to pgloader hangs with an invalid filename  (Tony Capobianco <tcapobianco@prospectiv.com>)
Responses Re: pgloader hangs with an invalid filename
List pgsql-general
Tony Capobianco <tcapobianco@prospectiv.com> writes:
> Has anyone experienced the behavior of pgloader hanging when the .conf
> file has an incorrect filename?
> When I execute with the correct filename, everything works just fine.
> However, when I use an incorrect filename, I get the below:

That's certainly due to current threading implementation in pgloader, I
guess the control thread is still waiting for the load to terminate,
which will never happen.

It seems to be fixed in current version though.  See if you can upgrade.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support

pgsql-general by date:

Previous
From: Chris Travers
Date:
Subject: Re: PostgreSQL 'hosting'
Next
From: Dimitri Fontaine
Date:
Subject: Re: Adapting existing extensions to use CREATE EXTENSION