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

Commit087d3d0

Browse files
committed
Fix assorted typos
Author: Daniel Gustafsson <daniel@yesql.se>
1 parentde3bbfc commit087d3d0

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ testdb=&gt;
12931293
is specified, only members of operator families associated with access
12941294
methods whose names match pattern are listed.
12951295
If <replaceable class="parameter">input-type-pattern</replaceable>
1296-
is specified, onlymemeber of operator families whose names match the
1296+
is specified, onlymembers of operator families whose names match the
12971297
pattern are listed.
12981298
If <literal>+</literal> is appended to the command name, each operator
12991299
is listed with its strategy number, purpose and sort operator family.
@@ -1316,7 +1316,7 @@ testdb=&gt;
13161316
is specified, only members of operator families associated with access
13171317
methods whose names match pattern are listed.
13181318
If <replaceable class="parameter">input-type-pattern</replaceable>
1319-
is specified, onlymemeber of operator families whose names match the
1319+
is specified, onlymembers of operator families whose names match the
13201320
pattern are listed.
13211321
</para>
13221322
</listitem>

‎src/backend/storage/ipc/procarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3028,7 +3028,7 @@ TerminateOtherDBBackends(Oid databaseId)
30283028

30293029
/*
30303030
* Check whether we have the necessary rights to terminate other
3031-
* sessions. We don't terminate any sessionuntill we ensure that we
3031+
* sessions. We don't terminate any sessionuntil we ensure that we
30323032
* have rights on all the sessions to be terminated. These checks are
30333033
* the same as we do in pg_terminate_backend.
30343034
*

‎src/backend/tcop/postgres.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2338,7 +2338,7 @@ check_log_duration(char *msec_str, bool was_logged)
23382338

23392339
/*
23402340
* Do not log if log_statement_sample_rate = 0. Log a sample if
2341-
* log_statement_sample_rate <= 1 and avoidunecessary random() call
2341+
* log_statement_sample_rate <= 1 and avoidunnecessary random() call
23422342
* if log_statement_sample_rate = 1.
23432343
*/
23442344
if (exceeded_sample_duration)

‎src/backend/utils/adt/jsonfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ static void transform_string_values_scalar(void *state, char *token, JsonTokenTy
489489
/*
490490
* pg_parse_json_or_ereport
491491
*
492-
* Thisfuction is like pg_parse_json, except that it does not return a
492+
* Thisfunction is like pg_parse_json, except that it does not return a
493493
* JsonParseErrorType. Instead, in case of any failure, this function will
494494
* ereport(ERROR).
495495
*/

‎src/backend/utils/mb/stringinfo_mb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-------------------------------------------------------------------------
22
*
33
* stringinfo_mb.c
4-
*Multibyte encoding-aware additional StringInfofacilites
4+
*Multibyte encoding-aware additional StringInfofacilities
55
*
66
* This is separate from common/stringinfo.c so that frontend users
77
* of that file need not pull in unnecessary multibyte-encoding support

‎src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16719,7 +16719,7 @@ dumpStatisticsExt(Archive *fout, StatsExtInfo *statsextinfo)
1671916719

1672016720
/*
1672116721
* We only issue an ALTER STATISTICS statement if the stxstattarget entry
16722-
* for thisstatictics object is non-negative (i.e. it's not the default
16722+
* for thisstatistics object is non-negative (i.e. it's not the default
1672316723
* value).
1672416724
*/
1672516725
if (statsextinfo->stattarget >= 0)

‎src/include/access/attmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ typedef struct AttrMap
4040
externAttrMap*make_attrmap(intmaplen);
4141
externvoidfree_attrmap(AttrMap*map);
4242

43-
/*Convertion routines to build mappings */
43+
/*Conversion routines to build mappings */
4444
externAttrMap*build_attrmap_by_name(TupleDescindesc,
4545
TupleDescoutdesc);
4646
externAttrMap*build_attrmap_by_name_if_req(TupleDescindesc,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp