Re: new patches
Vadim Mikheev <vadim@krs.ru>
From: Vadim Mikheev <vadim@krs.ru>
To: Massimo Dal Zotto <dz@cs.unitn.it>
Cc: PostgreSQL Hackers <hackers@postgreSQL.org>, Pgsql Patches <pgsql-patches@postgreSQL.org>, Bruce Momjian <maillist@candle.pha.pa.us>
Date: 1999-06-13T09:11:03Z
Lists: pgsql-hackers
Massimo Dal Zotto wrote: > > 2) check for QueryCancel in the copy command. Maybe we should do the > same in vacuum command (Vadim?). Yes, as well as in other places - QueryCancel doesn't work when backend waits for lock. But not now... Vadim