Commit 7988cb44 authored by Thomas Munro's avatar Thomas Munro
parent 73b8c3bd
...@@ -1068,7 +1068,7 @@ const TupleTableSlotOps TTSOpsBufferHeapTuple = { ...@@ -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.
* -------------------------------- * --------------------------------
*/ */
......
...@@ -1924,7 +1924,7 @@ ReorderBufferAbortOld(ReorderBuffer *rb, TransactionId oldestRunningXid) ...@@ -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.
* *
......
...@@ -9,7 +9,7 @@ ...@@ -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.
* *
......
...@@ -11,7 +11,7 @@ ...@@ -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
......
...@@ -13,7 +13,7 @@ ...@@ -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
......
...@@ -25,7 +25,7 @@ ...@@ -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
......
...@@ -13,7 +13,7 @@ ...@@ -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
......
...@@ -19,7 +19,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment