Re: pgoutput: comment atop rel_sync_cache_publication_cb() has an inconsistency

2025-03-24 Thread Amit Kapila
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

pgoutput: comment atop rel_sync_cache_publication_cb() has an inconsistency

2025-03-24 Thread Hayato Kuroda (Fujitsu)
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) ```