]> granicus.if.org Git - postgresql/commit
Fix ANALYZE failure on a column that's a domain over a range.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Dec 2013 03:18:12 +0000 (22:18 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Dec 2013 03:18:48 +0000 (22:18 -0500)
commit4eeda92d86250b702ee6f88fcad2340e5e7d8747
treee265dec9cf4a15db13cffd4e545eab5467df3034
parentd43760b624b7cebc35e5f9c60d2e1439cbe9b220
Fix ANALYZE failure on a column that's a domain over a range.

Most other range operations seem to work all right on domains,
but this one not so much, at least not since commit 918eee0c.
Per bug #8684 from Brett Neumeier.
src/backend/utils/adt/rangetypes_typanalyze.c