Remove regex_flavor GUC, so that regular expressions are always "advanced"

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

Commit: ab61df9e527dcedbd3bbefbcb8b634b0b72f2ad5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-10-21T20:38:58Z
Releases: 9.0.0
Remove regex_flavor GUC, so that regular expressions are always "advanced"
style by default.  Per discussion, there seems to be hardly anything that
really relies on being able to change the regex flavor, so the ability to
select it via embedded options ought to be enough for any stragglers.
Also, if we didn't remove the GUC, we'd really be morally obligated to
mark the regex functions non-immutable, which'd possibly create performance
issues.

Files