Fix ANALYZE failure on a column that's a domain over a range.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 663f8419b6e75b6ebc4c22d10fbe55f133f768e0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-12-24T03:18:23Z
Releases: 9.3.3
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.

Files

PathChange+/−
src/backend/utils/adt/rangetypes_typanalyze.c modified +3 −2