Fix typo in execMain.c

Wee -> We.

Pointed out by Etsuro Fujita.
This commit is contained in:
Stephen Frost 2015-01-09 11:01:31 -05:00
parent 045c68ad21
commit c4fda14845

View File

@ -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.) Wee 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.
*/