Re: pg_restore cancel TODO - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pg_restore cancel TODO
Date
Msg-id 20151019145100.GJ3391@alvherre.pgsql
Whole thread Raw
In response to pg_restore cancel TODO  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: pg_restore cancel TODO  (Bruce Momjian <bruce@momjian.us>)
Re: pg_restore cancel TODO  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Jeff Janes wrote:
> I've added the TODO item:
> 
> When pg_upgrade -j ... is interrupted (for example, ctrl-C from the
> keyboard) make it cancel the children processes.
> 
> The context where this arises is that I want to populate data into a new
> installation compiled with a patch under review, but immediately get error
> messages indicating I forgot to install a required extension.  I hit ctrl-C
> so I can fix the problem, but it keeps running anyway.

This looks more like a bug to me than a To-do item.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Jinyu
Date:
Subject: Re: Improve the concurency of vacuum full table and select statement on the same relation
Next
From: Michael Paquier
Date:
Subject: Re: [COMMITTERS] pgsql: Define integer limits independently from the system definitions.