Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7988cb4

Browse files
committed
1 parent 73b8c3b commit 7988cb4

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/backend/executor/execTuples.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ const TupleTableSlotOps TTSOpsBufferHeapTuple = {
10681068
*
10691069
* Basic routine to make an empty TupleTableSlot of given
10701070
* TupleTableSlotType. If tupleDesc is specified the slot's descriptor is
1071-
* fixed for it's lifetime, gaining some efficiency. If that's
1071+
* fixed for its lifetime, gaining some efficiency. If that's
10721072
* undesirable, pass NULL.
10731073
* --------------------------------
10741074
*/

src/backend/replication/logical/reorderbuffer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ ReorderBufferAbortOld(ReorderBuffer *rb, TransactionId oldestRunningXid)
19241924
}
19251925

19261926
/*
1927-
* Forget the contents of a transaction if we aren't interested in it's
1927+
* Forget the contents of a transaction if we aren't interested in its
19281928
* contents. Needs to be first called for subtransactions and then for the
19291929
* toplevel xid.
19301930
*

src/backend/storage/file/sharedfileset.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* IDENTIFICATION
1010
* src/backend/storage/file/sharedfileset.c
1111
*
12-
* SharefFileSets provide a temporary namespace (think directory) so that
12+
* SharedFileSets provide a temporary namespace (think directory) so that
1313
* files can be discovered by name, and a shared ownership semantics so that
1414
* shared files survive until the last user detaches.
1515
*

src/bin/pg_dump/pg_backup.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* as this notice is not removed.
1212
*
1313
* The author is not responsible for loss or damages that may
14-
* result from it's use.
14+
* result from its use.
1515
*
1616
*
1717
* IDENTIFICATION

src/bin/pg_dump/pg_backup_archiver.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* as this notice is not removed.
1414
*
1515
* The author is not responsible for loss or damages that may
16-
* result from it's use.
16+
* result from its use.
1717
*
1818
*
1919
* IDENTIFICATION

src/bin/pg_dump/pg_backup_directory.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* as this notice is not removed.
2626
*
2727
* The author is not responsible for loss or damages that may
28-
* result from it's use.
28+
* result from its use.
2929
*
3030
* IDENTIFICATION
3131
* src/bin/pg_dump/pg_backup_directory.c

src/bin/pg_dump/pg_backup_null.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* as this notice is not removed.
1414
*
1515
* The author is not responsible for loss or damages that may
16-
* result from it's use.
16+
* result from its use.
1717
*
1818
*
1919
* IDENTIFICATION

src/bin/pg_dump/pg_backup_tar.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* as this notice is not removed.
2020
*
2121
* The author is not responsible for loss or damages that may
22-
* result from it's use.
22+
* result from its use.
2323
*
2424
*
2525
* IDENTIFICATION

0 commit comments

Comments
 (0)