diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-03-08 14:29:03 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-03-08 14:29:03 +0900 |
commit | c28839c8326155f25161ed42f23890c997e0b4a4 (patch) | |
tree | b10356fe19b259f99c5f5253d89a1a075bcdc435 /src/backend/executor/execReplication.c | |
parent | d3e8368c4b6e5110d8b3d12859850aeaae08dffb (diff) | |
download | postgresql-c28839c8326155f25161ed42f23890c997e0b4a4.tar.gz postgresql-c28839c8326155f25161ed42f23890c997e0b4a4.zip |
Improve comment in execReplication.c
Author: Peter Smith
Reviewed-by: Julien Rouhaud
Discussion: https://postgr.es/m/CAHut+PuRVf3ghNTg8EV5XOQu6unGSZma0ahsRoz-haaOFZe-1A@mail.gmail.com
Diffstat (limited to 'src/backend/executor/execReplication.c')
-rw-r--r-- | src/backend/executor/execReplication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c index de106d767d1..09f78f22441 100644 --- 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. */ |