mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03: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.