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,
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
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