Flip the default typispreferred setting from true to false. This affects

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

Commit: 7df49cef7258d06a7db819d7b5025d131cc226a2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-07-30T19:35:13Z
Releases: 8.4.0
Flip the default typispreferred setting from true to false.  This affects
only type categories in which the previous coding made *every* type
preferred; so there is no change in effective behavior, because the function
resolution rules only do something different when faced with a choice
between preferred and non-preferred types in the same category.  It just
seems safer and less surprising to have CREATE TYPE default to non-preferred
status ...

Files