Re: pgsql/src backend/tcop/postgres.c include/misc ... - Mailing list pgsql-committers

From Hiroshi Inoue
Subject Re: pgsql/src backend/tcop/postgres.c include/misc ...
Date
Msg-id 3C36A94F.DEE66382@tpf.co.jp
Whole thread Raw
In response to pgsql/src backend/tcop/postgres.c include/misc ...  (tgl@postgresql.org)
List pgsql-committers
Tom Lane wrote:
>
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
>
> > I couldn't cancel simple SELECT which returns no row either.
>
> How long could that take?

Hmm I may be misunderstanding your point.
The larger the table size is, the longer it should take.
For examle it takes about 10000 milliseconds in an
offhand test case. ExecProcNode doesn't return unless
it finds a tuple which satisfies the qualification.

regards,
Hiroshi Inoue

pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/commands sequence.c
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql/src/backend/commands sequence.c