Skip to content

Commit b87ced7

Browse files
author
Amit Kapila
committed
Fix an oversight in 3abe9dc.
Forgot to update the comment atop one of the functions. Author: Hayato Kuroda <kuroda.hayato@fujitsu.com> Discussion: https://postgr.es/m/OSCPR01MB1496623BE1125B44614494E7AF5A72@OSCPR01MB14966.jpnprd01.prod.outlook.com
1 parent 023fb51 commit b87ced7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/pgoutput/pgoutput.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ rel_sync_cache_relation_cb(Datum arg, Oid relid)
24002400
/*
24012401
* Publication relation/schema map syscache invalidation callback
24022402
*
2403-
* Called for invalidations on pg_publication and pg_namespace.
2403+
* Called for invalidations on pg_namespace.
24042404
*/
24052405
static void
24062406
rel_sync_cache_publication_cb(Datum arg, int cacheid, uint32 hashvalue)

0 commit comments

Comments
 (0)