Skip to content

Commit 087d3d0

Browse files
committed
Fix assorted typos
Author: Daniel Gustafsson <daniel@yesql.se>
1 parent de3bbfc commit 087d3d0

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, only memeber of operator families whose names match the
1296+
is specified, only members 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, only memeber of operator families whose names match the
1319+
is specified, only members 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 session untill we ensure that we
3031+
* sessions. We don't terminate any session until 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 avoid unecessary random() call
2341+
* log_statement_sample_rate <= 1 and avoid unnecessary 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-
* This fuction is like pg_parse_json, except that it does not return a
492+
* This function 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 StringInfo facilites
4+
* Multibyte encoding-aware additional StringInfo facilities
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 this statictics object is non-negative (i.e. it's not the default
16722+
* for this statistics 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
extern AttrMap *make_attrmap(int maplen);
4141
extern void free_attrmap(AttrMap *map);
4242

43-
/* Convertion routines to build mappings */
43+
/* Conversion routines to build mappings */
4444
extern AttrMap *build_attrmap_by_name(TupleDesc indesc,
4545
TupleDesc outdesc);
4646
extern AttrMap *build_attrmap_by_name_if_req(TupleDesc indesc,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy