forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite68570e
committed
Revertb2a459e "Fix GRANTED BY support in REVOKE ROLE statements"
The reverted commit attempted to fix SQL specification compliance forthe cases which6aaaa76 left. This however broke existing behaviorwhich takes precedence over spec compliance so revert. The introducedtests are left after the revert since the codepath isn't well covered.Per bug report 17346. Backpatch down to 14 where it was introduced.Reported-by: Andrew Bille <andrewbille@gmail.com>Discussion:https://postgr.es/m/17346-f72b28bd1a341060@postgresql.org1 parent8112bcf commite68570e
File tree
3 files changed
+0
-15
lines changed- src
- backend
- commands
- parser
- test/regress/expected
3 files changed
+0
-15
lines changedLines changed: 0 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1259 | 1259 |
| |
1260 | 1260 |
| |
1261 | 1261 |
| |
1262 |
| - | |
1263 | 1262 |
| |
1264 |
| - | |
1265 |
| - | |
1266 |
| - | |
1267 |
| - | |
1268 |
| - | |
1269 |
| - | |
1270 |
| - | |
1271 |
| - | |
1272 |
| - | |
1273 |
| - | |
1274 | 1263 |
| |
1275 | 1264 |
| |
1276 | 1265 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7284 | 7284 |
| |
7285 | 7285 |
| |
7286 | 7286 |
| |
7287 |
| - | |
7288 | 7287 |
| |
7289 | 7288 |
| |
7290 | 7289 |
| |
| |||
7295 | 7294 |
| |
7296 | 7295 |
| |
7297 | 7296 |
| |
7298 |
| - | |
7299 | 7297 |
| |
7300 | 7298 |
| |
7301 | 7299 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 | 72 |
| |
74 |
| - | |
75 | 73 |
| |
76 | 74 |
| |
77 | 75 |
| |
|
0 commit comments
Comments
(0)