]> granicus.if.org Git - postgresql/commitdiff
Fix typos.
authorThomas Munro <tmunro@postgresql.org>
Thu, 23 May 2019 01:17:41 +0000 (13:17 +1200)
committerThomas Munro <tmunro@postgresql.org>
Fri, 24 May 2019 00:00:59 +0000 (12:00 +1200)
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.gmail.com

src/backend/executor/execTuples.c
src/backend/replication/logical/reorderbuffer.c
src/backend/storage/file/sharedfileset.c
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_backup_directory.c
src/bin/pg_dump/pg_backup_null.c
src/bin/pg_dump/pg_backup_tar.c

index 3db43e6f8ac9e2b50e911ad5f31ce98d32a2f934..968e2039d1e8761162230462a0ecf872e9906ff2 100644 (file)
@@ -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.
  * --------------------------------
  */
index 7894b77fc2e539eb4989033dd7c6d7343d4606b7..e7c32f2a13235ee7de79000e714e4cc0ca53c182 100644 (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
  * toplevel xid.
  *
index e922431a4afd1208dee0b089529ec47fc160500a..3cfc0c385c8f35383d3311b70902b7f456a79837 100644 (file)
@@ -9,7 +9,7 @@
  * IDENTIFICATION
  *       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
  * shared files survive until the last user detaches.
  *
index 79c87a649d567e98010befefbc29febeca4a7f19..db30b54a92f133c91f7b1884154f465b23f99a2a 100644 (file)
@@ -11,7 +11,7 @@
  *             as this notice is not removed.
  *
  *     The author is not responsible for loss or damages that may
- *     result from it's use.
+ *     result from its use.
  *
  *
  * IDENTIFICATION
index edc93da7370ea105eaea5adc4c1e87eca2c0f745..db13507b470b55fc6ea43eac2a5e925e8ebdb792 100644 (file)
@@ -13,7 +13,7 @@
  *             as this notice is not removed.
  *
  *     The author is not responsible for loss or damages that may
- *     result from it's use.
+ *     result from its use.
  *
  *
  * IDENTIFICATION
index 38a2185ab45306a5efcf1b8ae82235bc12b82de6..e1afecfa6e0bc5bb31b230f590e949745fe754ce 100644 (file)
@@ -25,7 +25,7 @@
  *     as this notice is not removed.
  *
  *     The author is not responsible for loss or damages that may
- *     result from it's use.
+ *     result from its use.
  *
  * IDENTIFICATION
  *             src/bin/pg_dump/pg_backup_directory.c
index f33f7ba421b58101bc65c19ba2fd93c03331ba09..32c911a365f164f915e95d270a2c1bcff2a3aa55 100644 (file)
@@ -13,7 +13,7 @@
  *             as this notice is not removed.
  *
  *     The author is not responsible for loss or damages that may
- *     result from it's use.
+ *     result from its use.
  *
  *
  * IDENTIFICATION
index 569df9b4b53b9d98e0383e453f1d9a3dc93aaec5..972318904b3331325fc57606cdfaf829146f4fa2 100644 (file)
@@ -19,7 +19,7 @@
  *             as this notice is not removed.
  *
  *     The author is not responsible for loss or damages that may
- *     result from it's use.
+ *     result from its use.
  *
  *
  * IDENTIFICATION