"pg_ctl -m fast stop" doesn't shut down with active COPY - Mailing list pgsql-bugs

From Jeff Davis
Subject "pg_ctl -m fast stop" doesn't shut down with active COPY
Date
Msg-id 1236882347.25953.9.camel@dell.linuxdev.us.dell.com
Whole thread Raw
List pgsql-bugs
This is a repost of:

http://archives.postgresql.org/pgsql-general/2009-03/msg00434.php

I didn't get any response, and it appears to be in contradiction to the
docs:

"SIGINT -- The server disallows new connections and sends all existing
server processes SIGTERM, which will cause them to abort their current
transactions and exit promptly."

http://www.postgresql.org/docs/8.3/static/server-shutdown.html

If you have an open COPY and no data is moving, it simply won't
terminate it. You can terminate it with ctrl-C from psql, but not a
SIGINT to the postmaster or a SIGINT or SIGTERM to the backend.

Regards,
    Jeff Davis

pgsql-bugs by date:

Previous
From: "Egbert Teeselink"
Date:
Subject: BUG #4701: (minor) MSI Installer fails on subst drives
Next
From: Julio Tavares
Date:
Subject: Help with PostgreSql and OID missmatches when restoring database with lobs