projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023fb51
)
Fix an oversight in 3abe9dc188.
author
Amit Kapila
<
[email protected]
>
Tue, 25 Mar 2025 03:56:23 +0000
(09:26 +0530)
committer
Amit Kapila
<
[email protected]
>
Tue, 25 Mar 2025 03:56:23 +0000
(09:26 +0530)
Forgot to update the comment atop one of the functions.
Author: Hayato Kuroda <
[email protected]
>
Discussion: https://postgr.es/m/OSCPR01MB1496623BE1125B44614494E7AF5A72@OSCPR01MB14966.jpnprd01.prod.outlook.com
src/backend/replication/pgoutput/pgoutput.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/pgoutput/pgoutput.c
b/src/backend/replication/pgoutput/pgoutput.c
index 8357bf8b4c0c9efb95d37379fd59140ba9ec2e90..ac34092aaafe34f1e0e4bd98857d9a0b7378593b 100644
(file)
--- a/
src/backend/replication/pgoutput/pgoutput.c
+++ b/
src/backend/replication/pgoutput/pgoutput.c
@@
-2400,7
+2400,7
@@
rel_sync_cache_relation_cb(Datum arg, Oid relid)
/*
* Publication relation/schema map syscache invalidation callback
*
- * Called for invalidations on pg_
publication and pg_
namespace.
+ * Called for invalidations on pg_namespace.
*/
static void
rel_sync_cache_publication_cb(Datum arg, int cacheid, uint32 hashvalue)