pg_restore cancel TODO - Mailing list pgsql-hackers

From Jeff Janes
Subject pg_restore cancel TODO
Date
Msg-id CAMkU=1zJbWwvP5HaZp9fA+aPSmsLwmmKivE_uSDWCfk9xk1kDQ@mail.gmail.com
Whole thread Raw
Responses Re: pg_restore cancel TODO  (Bruce Momjian <bruce@momjian.us>)
Re: pg_restore cancel TODO  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
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.

Cheers,

Jeff

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Parallel Seq Scan
Next
From: Andres Freund
Date:
Subject: Re: INSERT ... ON CONFLICT documentation clean-up patch