Ankit Kumar Pandey <itsankitkp(at)gmail(dot)com> 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, which didn't even
exist when this bug was filed. AFAICS btree_gist is still
broken. See
https://www.postgresql.org/message-id/flat/201010112055.o9BKtZf7011251%40wwwmaster.postgresql.org
The commit message for f23a5630e may also be informative:
https://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=f23a5630e
regards, tom lane