projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
045c68a
)
Fix typo in execMain.c
author
Stephen Frost
<sfrost@snowman.net>
Fri, 9 Jan 2015 16:01:31 +0000
(11:01 -0500)
committer
Stephen Frost
<sfrost@snowman.net>
Fri, 9 Jan 2015 16:07:35 +0000
(11:07 -0500)
Wee -> We.
Pointed out by Etsuro Fujita.
src/backend/executor/execMain.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execMain.c
b/src/backend/executor/execMain.c
index 5b70cc90f65f4cd336b596d648573009ac5e9290..fcc42fa0d8d68630de033477448881d13d4ace9d 100644
(file)
--- a/
src/backend/executor/execMain.c
+++ b/
src/backend/executor/execMain.c
@@
-2024,7
+2024,7
@@
EvalPlanQualFetch(EState *estate, Relation relation, int lockmode,
* heap_lock_tuple() will throw an error, and so would any later
* attempt to update or delete the tuple. (We need not check cmax
* because HeapTupleSatisfiesDirty will consider a tuple deleted
- * by our transaction dead, regardless of cmax.) We
e
just checked
+ * by our transaction dead, regardless of cmax.) We just checked
* that priorXmax == xmin, so we can test that variable instead of
* doing HeapTupleHeaderGetXmin again.
*/