Fix typos.

Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.gmail.com
This commit is contained in:
Thomas Munro 2019-05-23 13:17:41 +12:00
parent 73b8c3bd28
commit 7988cb446d
8 changed files with 8 additions and 8 deletions

View File

@ -1068,7 +1068,7 @@ const TupleTableSlotOps TTSOpsBufferHeapTuple = {
* *
* Basic routine to make an empty TupleTableSlot of given * Basic routine to make an empty TupleTableSlot of given
* TupleTableSlotType. If tupleDesc is specified the slot's descriptor is * 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. * undesirable, pass NULL.
* -------------------------------- * --------------------------------
*/ */

View File

@ -1924,7 +1924,7 @@ ReorderBufferAbortOld(ReorderBuffer *rb, TransactionId oldestRunningXid)
} }
/* /*
* Forget the contents of a transaction if we aren't interested in it's * Forget the contents of a transaction if we aren't interested in its
* contents. Needs to be first called for subtransactions and then for the * contents. Needs to be first called for subtransactions and then for the
* toplevel xid. * toplevel xid.
* *

View File

@ -9,7 +9,7 @@
* IDENTIFICATION * IDENTIFICATION
* src/backend/storage/file/sharedfileset.c * src/backend/storage/file/sharedfileset.c
* *
* SharefFileSets provide a temporary namespace (think directory) so that * SharedFileSets provide a temporary namespace (think directory) so that
* files can be discovered by name, and a shared ownership semantics so that * files can be discovered by name, and a shared ownership semantics so that
* shared files survive until the last user detaches. * shared files survive until the last user detaches.
* *

View File

@ -11,7 +11,7 @@
* as this notice is not removed. * as this notice is not removed.
* *
* The author is not responsible for loss or damages that may * The author is not responsible for loss or damages that may
* result from it's use. * result from its use.
* *
* *
* IDENTIFICATION * IDENTIFICATION

View File

@ -13,7 +13,7 @@
* as this notice is not removed. * as this notice is not removed.
* *
* The author is not responsible for loss or damages that may * The author is not responsible for loss or damages that may
* result from it's use. * result from its use.
* *
* *
* IDENTIFICATION * IDENTIFICATION

View File

@ -25,7 +25,7 @@
* as this notice is not removed. * as this notice is not removed.
* *
* The author is not responsible for loss or damages that may * The author is not responsible for loss or damages that may
* result from it's use. * result from its use.
* *
* IDENTIFICATION * IDENTIFICATION
* src/bin/pg_dump/pg_backup_directory.c * src/bin/pg_dump/pg_backup_directory.c

View File

@ -13,7 +13,7 @@
* as this notice is not removed. * as this notice is not removed.
* *
* The author is not responsible for loss or damages that may * The author is not responsible for loss or damages that may
* result from it's use. * result from its use.
* *
* *
* IDENTIFICATION * IDENTIFICATION

View File

@ -19,7 +19,7 @@
* as this notice is not removed. * as this notice is not removed.
* *
* The author is not responsible for loss or damages that may * The author is not responsible for loss or damages that may
* result from it's use. * result from its use.
* *
* *
* IDENTIFICATION * IDENTIFICATION