﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36852	postgres.contrib.ExclusionContraint __eq__ incorrectly considers index_type case	haki	haki	"The equality check for `ExclusionContraint` in `postgres.contrib.ExclusionContraint` stores the index_type in the provided case, but the equality check compares the string without normalizing the case. 

Unlike other props like condition where case might be important, the case of `index_type` (currently 'gist', 'spgist', and soon 'hash') is not significant, therefor should be ignored in equality checks."	Bug	closed	contrib.postgres	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
