Fix wrong word in comment.

Reported by Peter Smith.

Discussion: http://postgr.es/m/CAHut+Pt52ueOEAO-G5qeZiiPv1p9pBT_W5Vj3BTYfC8sD8LFxw@mail.gmail.com
pull/137/head
Robert Haas 2 years ago
parent f275af8cb8
commit 86a3fc7ec8
  1. 2
      src/backend/utils/init/usercontext.c

@ -80,7 +80,7 @@ SwitchToUntrustedUser(Oid userid, UserContext *context)
/*
* Switch back to the original user ID.
*
* If we created a new GUC nest level, also role back any changes that were
* If we created a new GUC nest level, also roll back any changes that were
* made within it.
*/
void

Loading…
Cancel
Save