Re: Request for removal of BUG #5705 from todo items as no repro

2022-12-31 Thread Ankit Kumar Pandey
On 31/12/22 23:32, Tom Lane wrote: Ankit Kumar Pandey writes: This is in reference to BUG #5705 and corresponding todo item: Fix /contrib/btree_gist's implementation of inet indexing I am not able to repro this issue. You didn't test it right: the complaint is about the btree_gist extension,

Re: Request for removal of BUG #5705 from todo items as no repro

2022-12-31 Thread Tom Lane
Ankit Kumar Pandey writes: > This is in reference to BUG #5705 and corresponding todo item: Fix > /contrib/btree_gist's implementation of inet indexing > I am not able to repro this issue. You didn't test it right: the complaint is about the btree_gist extension, not the in-core inet opclass, w

Request for removal of BUG #5705 from todo items as no repro

2022-12-31 Thread Ankit Kumar Pandey
Hi, This is in reference to BUG #5705 and corresponding todo item: Fix /contrib/btree_gist's implementation of inet indexing Issue: SELECT '1.255.255.200/8'::inet < '1.0.0.0'::inet didn't worked with index. I am not able to repro this issue. Steps: SELECT '1.255.255.200/8'::inet < '1.0.0