diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-08-19 13:31:51 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-08-19 13:47:07 +0200 |
commit | 3acbe198e2ad0f7d790d04f87c662ee26738536a (patch) | |
tree | fa2173fddc646d7ecb32cf87c8cc405f2ff4ce29 /src/backend/executor/nodeModifyTable.c | |
parent | 8cea8c023edfc8ab8eadd4e68a9686727f494aaf (diff) | |
download | postgresql-3acbe198e2ad0f7d790d04f87c662ee26738536a.tar.gz postgresql-3acbe198e2ad0f7d790d04f87c662ee26738536a.zip |
Explain dropdb can't use syscache because of TOAST
Add a comment explaining dropdb() can't rely on syscache. The issue with
flattened rows was fixed by commit 0f92b230f88b, but better to have
a clear explanation why the systable scan is necessary. The other places
doing 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 Nagata
Backpatch-through: 12
Discussion: https://postgr.es/m/CAJTYsWWNkCt+-UnMhg=BiCD3Mh8c2JdHLofPxsW3m2dkDFw8RA@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions