forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb3196e6
committed
Fix bug for array-formatted identities of user mappings
I failed to realize that server names reported in the object args arraywould get quoted, which is wrong; remove that, making sure that it'sonly quoted in the string-formatted identity.This bug was introduced by my commitcf34e37, which was backpatched,but since object name/args arrays are new in commita676201, thereis no need to backpatch this any further.1 parentdc8e052 commitb3196e6
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4254 | 4254 |
| |
4255 | 4255 |
| |
4256 | 4256 |
| |
4257 |
| - | |
| 4257 | + | |
4258 | 4258 |
| |
4259 | 4259 |
| |
4260 | 4260 |
| |
| |||
4264 | 4264 |
| |
4265 | 4265 |
| |
4266 | 4266 |
| |
4267 |
| - | |
| 4267 | + | |
| 4268 | + | |
4268 | 4269 |
| |
4269 | 4270 |
| |
4270 | 4271 |
| |
|
0 commit comments
Comments
(0)