Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7988cb4

Browse files
committed
1 parent73b8c3b commit7988cb4

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

‎src/backend/executor/execTuples.c

Lines changed: 1 addition & 1 deletion
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 forit's lifetime, gaining some efficiency. If that's
1071+
*fixed forits lifetime, gaining some efficiency. If that's
10721072
*undesirable, pass NULL.
10731073
* --------------------------------
10741074
*/

‎src/backend/replication/logical/reorderbuffer.c

Lines changed: 1 addition & 1 deletion
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 init's
1927+
* Forget the contents of a transaction if we aren't interested inits
19281928
* contents. Needs to be first called for subtransactions and then for the
19291929
* toplevel xid.
19301930
*

‎src/backend/storage/file/sharedfileset.c

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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 fromit's use.
14+
*result fromits use.
1515
*
1616
*
1717
* IDENTIFICATION

‎src/bin/pg_dump/pg_backup_archiver.h

Lines changed: 1 addition & 1 deletion
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 fromit's use.
16+
*result fromits use.
1717
*
1818
*
1919
* IDENTIFICATION

‎src/bin/pg_dump/pg_backup_directory.c

Lines changed: 1 addition & 1 deletion
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 fromit's use.
28+
*result fromits use.
2929
*
3030
* IDENTIFICATION
3131
*src/bin/pg_dump/pg_backup_directory.c

‎src/bin/pg_dump/pg_backup_null.c

Lines changed: 1 addition & 1 deletion
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 fromit's use.
16+
*result fromits use.
1717
*
1818
*
1919
* IDENTIFICATION

‎src/bin/pg_dump/pg_backup_tar.c

Lines changed: 1 addition & 1 deletion
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 fromit's use.
22+
*result fromits use.
2323
*
2424
*
2525
* IDENTIFICATION

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp