Re: Index Skip Scan - Mailing list pgsql-hackers

From Sergei Kornilov
Subject Re: Index Skip Scan
Date
Msg-id 35112691542025738@sas1-633109cb7707.qloud-c.yandex.net
Whole thread Raw
In response to Re: Index Skip Scan  (Dmitry Dolgov <9erthalion6@gmail.com>)
Responses Re: Index Skip Scan
List pgsql-hackers
Hello

Last published patch index-skip-fallback-v2 applied and builds cleanly.

I found reproducible crash due assert failure: FailedAssertion("!(numCols > 0)", File: "pathnode.c", Line: 2795)
> create table tablename (i int primary key);
> select distinct i from tablename where i = 1;
Query is obviously strange, but this is bug.

Also i noticed two TODO in documentation.

regards, Sergei


pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: doc fix for pg_stat_activity.backend_type
Next
From: Dmitry Dolgov
Date:
Subject: Re: Index Skip Scan