On Tue, Mar 25, 2025 at 8:31 AM Hayato Kuroda (Fujitsu)
wrote:
>
> Dear hackers,
>
> While reading the code, I found $SUBJECT. It says:
>
> ```
> /*
> * Publication relation/schema map syscache invalidation callback
> *
> * Called for invalidations on pg_publication and pg_namespace.
> */
> st
Dear hackers,
While reading the code, I found $SUBJECT. It says:
```
/*
* Publication relation/schema map syscache invalidation callback
*
* Called for invalidations on pg_publication and pg_namespace.
*/
static void
rel_sync_cache_publication_cb(Datum arg, int cacheid, uint32 hashvalue)
```