mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
to reset session userid to the originally-authenticated name. Also, relax SET SESSION AUTHORIZATION to allow specifying one's own username even if one is not superuser, so as to avoid unnecessary error messages when loading a pg_dump file that uses this command. Per discussion from several months ago.