mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 13:51:00 -05:00
Fix wrong word in comment.
Reported by Peter Smith. Discussion: http://postgr.es/m/CAHut+Pt52ueOEAO-G5qeZiiPv1p9pBT_W5Vj3BTYfC8sD8LFxw@mail.gmail.com
This commit is contained in:
parent
f275af8cb8
commit
86a3fc7ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue