[COMMITTERS] pgsql: Fix normalization of numeric values in JSONB GIN indexes.

2014-11-06 Thread Tom Lane
Fix normalization of numeric values in JSONB GIN indexes. The default JSONB GIN opclass (jsonb_ops) converts numeric data values to strings for storage in the index. It must ensure that numeric values that would compare equal (such as 12 and 12.00) produce identical strings, else index searches w

[COMMITTERS] pgsql: Fix normalization of numeric values in JSONB GIN indexes.

2014-11-06 Thread Tom Lane
Fix normalization of numeric values in JSONB GIN indexes. The default JSONB GIN opclass (jsonb_ops) converts numeric data values to strings for storage in the index. It must ensure that numeric values that would compare equal (such as 12 and 12.00) produce identical strings, else index searches w