diff options
author | Thomas Munro | 2019-05-23 01:17:41 +0000 |
---|---|---|
committer | Thomas Munro | 2019-05-24 00:00:59 +0000 |
commit | 7988cb446d20512ec9d091db66dba6adee3f3d4b (patch) | |
tree | 10d1905c7b7fa400388b133a99c63e576dec7bb7 /src/backend/executor/execTuples.c | |
parent | 73b8c3bd2889fed986044e15aefd0911f96ccdd3 (diff) |
Fix typos.
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.gmail.com
Diffstat (limited to 'src/backend/executor/execTuples.c')
-rw-r--r-- | src/backend/executor/execTuples.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execTuples.c b/src/backend/executor/execTuples.c index 3db43e6f8ac..968e2039d1e 100644 --- a/src/backend/executor/execTuples.c +++ b/src/backend/executor/execTuples.c @@ -1068,7 +1068,7 @@ const TupleTableSlotOps TTSOpsBufferHeapTuple = { * * Basic routine to make an empty TupleTableSlot of given * TupleTableSlotType. If tupleDesc is specified the slot's descriptor is - * fixed for it's lifetime, gaining some efficiency. If that's + * fixed for its lifetime, gaining some efficiency. If that's * undesirable, pass NULL. * -------------------------------- */ |