mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Fix an oversight in 3abe9dc188
.
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
This commit is contained in:
@ -2400,7 +2400,7 @@ rel_sync_cache_relation_cb(Datum arg, Oid relid)
|
|||||||
/*
|
/*
|
||||||
* Publication relation/schema map syscache invalidation callback
|
* Publication relation/schema map syscache invalidation callback
|
||||||
*
|
*
|
||||||
* Called for invalidations on pg_publication and pg_namespace.
|
* Called for invalidations on pg_namespace.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
rel_sync_cache_publication_cb(Datum arg, int cacheid, uint32 hashvalue)
|
rel_sync_cache_publication_cb(Datum arg, int cacheid, uint32 hashvalue)
|
||||||
|
Reference in New Issue
Block a user