8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a9ed9 commit f458c90Copy full SHA for f458c90
src/backend/utils/cache/inval.c
@@ -812,6 +812,10 @@ ProcessCommittedInvalidationMessages(SharedInvalidationMessage *msgs,
812
* about CurrentCmdInvalidMsgs too, since those changes haven't touched
813
* the caches yet.
814
*
815
+ * We still send invalidation messages for session-local objects to other
816
+ * backends because, while other backends cannot see any tuples, they can
817
+ * drop tables that are session-local to another session.
818
+ *
819
* In any case, reset the various lists to empty. We need not physically
820
* free memory here, since TopTransactionContext is about to be emptied
821
* anyway.
0 commit comments