aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execReplication.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-12-11 16:37:39 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-12-11 16:37:39 -0500
commit4034db215b92c68ce55cf1c658d4ef7599ccc45a (patch)
treea6a7c2378da5e8c639f41063d1bb23ae3ec3bb67 /src/backend/executor/execReplication.c
parent7eb16ab17d5c01b293aad35f0843e5f3a9a64080 (diff)
downloadpostgresql-4034db215b92c68ce55cf1c658d4ef7599ccc45a.tar.gz
postgresql-4034db215b92c68ce55cf1c658d4ef7599ccc45a.zip
Fix comment
Reported-by: Noah Misch <noah@leadboat.com>
Diffstat (limited to 'src/backend/executor/execReplication.c')
-rw-r--r--src/backend/executor/execReplication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c
index fb538c0297b..bd786a1be69 100644
--- a/src/backend/executor/execReplication.c
+++ b/src/backend/executor/execReplication.c
@@ -288,7 +288,7 @@ RelationFindReplTupleSeq(Relation rel, LockTupleMode lockmode,
Assert(equalTupleDescs(desc, outslot->tts_tupleDescriptor));
- /* Start an index scan. */
+ /* Start a heap scan. */
InitDirtySnapshot(snap);
scan = heap_beginscan(rel, &snap, 0, NULL);