Re: Selectively invalidate caches in pgoutput module - Mailing list pgsql-hackers

From Zharkov Roman
Subject Re: Selectively invalidate caches in pgoutput module
Date
Msg-id 3b15ca9a-a7dc-2a0a-434a-bc5cba201108@postgrespro.ru
Whole thread Raw
In response to Selectively invalidate caches in pgoutput module  ("Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>)
List pgsql-hackers
Hello,

It seems I found the not corresponding comment "CallSyscacheCallbacks" 
on the function "CallRelSyncCallbacks(Oid relid)"  [1].
This is from commit #3abe9dc [2].

On Monday, March 03, 2025 14:57 +07, "Hayato Kuroda (Fujitsu)" 
<kuroda.hayato@fujitsu.com> wrote:

> Hi, this is a fork thread from [1]. I want to propose a small 
> optimization for
> logical replication system.

[1] 
https://github.com/postgres/postgres/blob/master/src/backend/utils/cache/inval.c#L1917C4-L1917C25
[2] 

https://github.com/postgres/postgres/commit/3abe9dc18892b9f69bb48a2eb21fbe5cf348a489#diff-a2d058b87a058c0877ab30776da08a5b884944ece132cbbdf916ec06c29611fdR1903

--
Roman Zharkov



pgsql-hackers by date:

Previous
From: Daniil Davydov
Date:
Subject: Re: POC: Parallel processing of indexes in autovacuum
Next
From: "Anders Åstrand"
Date:
Subject: [patch] Add support for connection strings to createuser and dropuser