mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 00:04:44 -05:00
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.