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:
Michael Paquier 2022-03-08 14:29:03 +09:00
parent d3e8368c4b
commit c28839c832

View file

@ -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.
*/