projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d194f
)
Fix comment
author
Peter Eisentraut
Mon, 11 Dec 2017 21:37:39 +0000
(16:37 -0500)
committer
Peter Eisentraut
Mon, 11 Dec 2017 21:38:17 +0000
(16:38 -0500)
Reported-by: Noah Misch
src/backend/executor/execReplication.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execReplication.c
b/src/backend/executor/execReplication.c
index 75daf577330dbb5bc8aaebdf37e155ebe769fa68..6d6a3a755025efd22ad2c802b14926372aed7e74 100644
(file)
--- 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 a
n index
scan. */
+ /* Start a
heap
scan. */
InitDirtySnapshot(snap);
scan = heap_beginscan(rel, &snap, 0, NULL);