pg_restore cancel TODO

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_restore cancel TODO
Date: 2015-10-14 16:34:04
Message-ID: CAMkU=1zJbWwvP5HaZp9fA+aPSmsLwmmKivE_uSDWCfk9xk1kDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-10-14 16:38:35 Re: INSERT ... ON CONFLICT documentation clean-up patch
Previous Message Amit Kapila 2015-10-14 16:30:39 Re: Parallel Seq Scan