]> granicus.if.org Git - postgresql/commit
Fix array_typanalyze to work for domains over arrays.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Sep 2012 04:31:45 +0000 (00:31 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Sep 2012 04:31:45 +0000 (00:31 -0400)
commit66762ce5fa9f2e82003208e4deba465f438e8505
tree9dd880c7d6f72427052c81786c842deadb5d7b6b
parent634d80ab2a61d8c29ce763018bd8790dffcb2bd6
Fix array_typanalyze to work for domains over arrays.

Not sure how we missed this case, but we did.  Per bug #7551 from
Diego de Lima.
src/backend/utils/adt/array_typanalyze.c