projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3e8368
)
Improve comment in execReplication.c
author
Michael Paquier
Tue, 8 Mar 2022 05:29:03 +0000
(14:29 +0900)
committer
Michael Paquier
Tue, 8 Mar 2022 05:29:03 +0000
(14:29 +0900)
Author: Peter Smith
Reviewed-by: Julien Rouhaud
Discussion: https://postgr.es/m/CAHut+PuRVf3ghNTg8EV5XOQu6unGSZma0ahsRoz-haaOFZe-1A@mail.gmail.com
src/backend/executor/execReplication.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execReplication.c
b/src/backend/executor/execReplication.c
index de106d767d1ec570a0625bff12043fcd2ed4e88d..09f78f22441cfc19d7235c9c832d0ff5795d44ed 100644
(file)
--- a/
src/backend/executor/execReplication.c
+++ b/
src/backend/executor/execReplication.c
@@
-607,7
+607,7
@@
CheckCmdReplicaIdentity(Relation rel, CmdType cmd)
return;
/*
- * This is
either UPDATE OR
DELETE and there is no replica identity.
+ * This is
UPDATE/
DELETE and there is no replica identity.
*
* Check if the table publishes UPDATES or DELETES.
*/