Re: pgsql/src backend/tcop/postgres.c include/misc ...

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src backend/tcop/postgres.c include/misc ...
Date: 2002-01-05 07:20:48
Message-ID: 3C36A94F.DEE66382@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
>
> Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message barry 2002-01-05 22:26:24 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Previous Message Tom Lane 2002-01-05 07:20:28 Re: pgsql/src backend/tcop/postgres.c include/misc ...