forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3590680
committed
Fix incorrect permissions on pg_subscription.
The documented intent is for all columns except subconninfo to bepublicly readable. However, this has been overlooked twice.subsynccommit has never been readable since it was introduced,nor has the oid column (which is important for joining).Given the lack of previous complaints, it's not clear that it'sworth doing anything about this in the back branches. But there'sstill time to fix it inexpensively for v14.Per report from Israel Barth (via Euler Taveira).Patch by Euler Taveira, possibly-vain comment updates by me.Discussion:https://postgr.es/m/b8f7c17c-0041-46b6-acfe-2d1f5a985ab4@www.fastmail.com1 parent187682c commit3590680
File tree
3 files changed
+8
-4
lines changed- src
- backend/catalog
- include/catalog
3 files changed
+8
-4
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1252 | 1252 |
| |
1253 | 1253 |
| |
1254 | 1254 |
| |
1255 |
| - | |
| 1255 | + | |
1256 | 1256 |
| |
1257 |
| - | |
| 1257 | + | |
| 1258 | + | |
1258 | 1259 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
|
0 commit comments
Comments
(0)