forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit95e28b7
committed
Fix over-aggressive sanity check in misc_sanity.sql.
Fix thinko in commit8be8510: it's okay to have dbid == 0 in normal(non-pin) entries in pg_shdepend, because global objects such asdatabases are entered that way. The test would pass so long as itwas run in a cluster containing no databases/tablespaces owned by,or granted to, roles other than the bootstrap superuser. That's theexpected situation for "make check", but for "make installcheck", notso much.Reported by Ryan Murphy.Discussion:https://postgr.es/m/CAHeEsBc6EQe0mxGBKDXAwJbntgfvoAd5MQC-5362SmC3Tng_6g@mail.gmail.com1 parent46596f8 commit95e28b7
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
0 commit comments
Comments
(0)