Set role only once, and set it before other GUC vars (#560)

* Set role only once, and set it before other GUC vars

Fixes #559

* Unify role/claim logic in claimsToSQL

Suggested by @diogob
This commit is contained in:
Joe Nelson
2016-04-15 07:30:36 -07:00
parent c32d13c8f1
commit eae5857d0e
3 changed files with 21 additions and 27 deletions
+2
View File
@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Prevent role from being changed twice - @begriffs
## [0.3.1.1] - 2016-03-28
### Fixed