forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcb4f1be
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 parentf7d7ac2 commitcb4f1be
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 | |
---|---|---|---|
| |||
1319 | 1319 |
| |
1320 | 1320 |
| |
1321 | 1321 |
| |
1322 |
| - | |
1323 | 1322 |
| |
1324 |
| - | |
1325 |
| - | |
1326 |
| - | |
1327 |
| - | |
1328 |
| - | |
1329 |
| - | |
1330 |
| - | |
1331 |
| - | |
1332 |
| - | |
1333 |
| - | |
1334 | 1323 |
| |
1335 | 1324 |
| |
1336 | 1325 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7181 | 7181 |
| |
7182 | 7182 |
| |
7183 | 7183 |
| |
7184 |
| - | |
7185 | 7184 |
| |
7186 | 7185 |
| |
7187 | 7186 |
| |
| |||
7192 | 7191 |
| |
7193 | 7192 |
| |
7194 | 7193 |
| |
7195 |
| - | |
7196 | 7194 |
| |
7197 | 7195 |
| |
7198 | 7196 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 | 50 |
| |
52 |
| - | |
53 | 51 |
| |
54 | 52 |
| |
55 | 53 |
| |
|
0 commit comments
Comments
(0)