mirror of https://github.com/postgres/postgres
Improve comment in execReplication.c
Author: Peter Smith Reviewed-by: Julien Rouhaud Discussion: https://postgr.es/m/CAHut+PuRVf3ghNTg8EV5XOQu6unGSZma0ahsRoz-haaOFZe-1A@mail.gmail.com
This commit is contained in:
parent
d3e8368c4b
commit
c28839c832
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue