forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8a0c9b1
committed
pg_database's datpath column must not be marked toastable, because
GetRawDatabaseInfo() won't cope with a compressed path spec (much lessa moved-off one). I'm not going to force an initdb for this change,because it's noncritical --- we're not actually using datpath at allright now. But it seems a good idea to apply the fix while I'm thinkingabout it.1 parenta3cac3a commit8a0c9b1
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| |||
0 commit comments
Comments
(0)