Remove the default_do_language parameter, instead making DO use a hardwired

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

Commit: d879697cd291a31c635edf17c4b8c170ac40ffc1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-26T16:33:40Z
Releases: 9.0.0
Remove the default_do_language parameter, instead making DO use a hardwired
default of "plpgsql".  This is more reasonable than it was when the DO patch
was written, because we have since decided that plpgsql should be installed
by default.  Per discussion, having a parameter for this doesn't seem useful
enough to justify the risk of application breakage if the value is changed
unexpectedly.

Files