Remove GUC USERLIMIT variable category, making the affected variables

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

Commit: ea23ec82c2ec2ac14007f002692743b67b18f80f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-11-14T19:35:35Z
Releases: 8.0.0
Remove GUC USERLIMIT variable category, making the affected variables
plain SUSET instead.  Also delay processing of options received in
client connection request until after we know if the user is a superuser,
so that SUSET values can be set that way by legitimate superusers.
Per recent discussion.

Files