Fix comment

Reported-by: Noah Misch <noah@leadboat.com>
pull/27/head
Peter Eisentraut 8 years ago
parent 7eb16ab17d
commit 4034db215b
  1. 2
      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);

Loading…
Cancel
Save