forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5cb902e
committed
Explain dropdb can't use syscache because of TOAST
Add a comment explaining dropdb() can't rely on syscache. The issue withflattened rows was fixed by commit0f92b23, but better to havea clear explanation why the systable scan is necessary. The other placesdoing in-place updates on pg_database have the same comment.Suggestion and patch by Yugo Nagata. Backpatch to 12, same as the fix.Author: Yugo NagataBackpatch-through: 12Discussion:https://postgr.es/m/CAJTYsWWNkCt+-UnMhg=BiCD3Mh8c2JdHLofPxsW3m2dkDFw8RA@mail.gmail.com1 parent4fdb655 commit5cb902e
1 file changed
+3
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 | 1792 |
| |
1793 |
| - | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
1794 | 1796 |
| |
1795 | 1797 |
| |
1796 | 1798 |
| |
|
0 commit comments
Comments
(0)