]> 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:23 +0000 (22:18 -0500)
commit663f8419b6e75b6ebc4c22d10fbe55f133f768e0
treeea30939d6fd2d2e91cb7a4ed625d3cc547e0ad8d
parentfd995b3f4fe52ecd45d06f8cb8b9d217298df917
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