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

Commit3dfba9f

Browse files
author
Amit Kapila
committed
Fix typos.
Reported-by: Justin PryzbyAuthor: Justin PryzbyDiscussion:https://postgr.es/m/20200206021432.GA24549@telsasoft.com
1 parent77a00b8 commit3dfba9f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎doc/src/sgml/sources.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Hint: the addendum
511511

512512
<para>
513513
There are functions in the backend that will double-quote their own output
514-
at need (for example, <function>format_type_be()</function>). Do not put
514+
as needed (for example, <function>format_type_be()</function>). Do not put
515515
additional quotes around the output of such functions.
516516
</para>
517517

@@ -880,7 +880,7 @@ BETTER: unrecognized node type: 42
880880
practices.
881881
</para>
882882
<para>
883-
Features from laterrevision of the C standard or compiler specific
883+
Features from laterrevisions of the C standard or compiler specific
884884
features can be used, if a fallback is provided.
885885
</para>
886886
<para>

‎src/backend/access/transam/README.parallel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ differently because of them. Right now, we don't even allow that.
169169
At the end of a parallel operation, which can happen either because it
170170
completed successfully or because it was interrupted by an error, parallel
171171
workers associated with that operation exit. In the error case, transaction
172-
abort processing in the parallel leader killsof any remaining workers, and
172+
abort processing in the parallel leader killsoff any remaining workers, and
173173
the parallel leader then waits for them to die. In the case of a successful
174174
parallel operation, the parallel leader does not send any signals, but must
175175
wait for workers to complete and exit of their own volition. In either

‎src/backend/storage/buffer/bufmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4291,7 +4291,7 @@ ts_ckpt_progress_comparator(Datum a, Datum b, void *arg)
42914291
*
42924292
* *max_pending is a pointer instead of an immediate value, so the coalesce
42934293
* limits can easily changed by the GUC mechanism, and so calling code does
4294-
* not have to check the current configuration. A valueis 0 means that no
4294+
* not have to check the current configuration. A valueof 0 means that no
42954295
* writeback control will be performed.
42964296
*/
42974297
void

‎src/backend/storage/sync/sync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ SyncPostCheckpoint(void)
216216

217217
/*
218218
* As in ProcessSyncRequests, we don't want to stop absorbing fsync
219-
* requests foralong time when there are many deletions to be done.
219+
* requests fora long time when there are many deletions to be done.
220220
* We can safely call AbsorbSyncRequests() at this point in the loop
221221
* (note it might try to delete list entries).
222222
*/

‎src/include/access/tableam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ table_tuple_complete_speculative(Relation rel, TupleTableSlot *slot,
11991199
* operation. That's often faster than calling table_insert() in a loop,
12001200
* because e.g. the AM can reduce WAL logging and page locking overhead.
12011201
*
1202-
* Except for taking `nslots` tuples as input,as an array of TupleTableSlots
1202+
* Except for taking `nslots` tuples as input,and an array of TupleTableSlots
12031203
* in `slots`, the parameters for table_multi_insert() are the same as for
12041204
* table_tuple_insert().
12051205
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp