Implement function-local GUC parameter settings, as per recent discussion.

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

Commit: 2abae34a2e8fde42be731b4e18d44cd08901464d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-09-03T00:39:26Z
Releases: 8.3.0
Implement function-local GUC parameter settings, as per recent discussion.
There are still some loose ends: I didn't do anything about the SET FROM
CURRENT idea yet, and it's not real clear whether we are happy with the
interaction of SET LOCAL with function-local settings.  The documentation
is a bit spartan, too.

Files