is specified, only members of operator families associated with access
methods whose names match pattern are listed.
If <replaceable class="parameter">input-type-pattern</replaceable>
- is specified, only memeber of operator families whose names match the
+ is specified, only members of operator families whose names match the
pattern are listed.
If <literal>+</literal> is appended to the command name, each operator
is listed with its strategy number, purpose and sort operator family.
is specified, only members of operator families associated with access
methods whose names match pattern are listed.
If <replaceable class="parameter">input-type-pattern</replaceable>
- is specified, only memeber of operator families whose names match the
+ is specified, only members of operator families whose names match the
pattern are listed.
</para>
</listitem>
/*
* Check whether we have the necessary rights to terminate other
- * sessions. We don't terminate any session untill we ensure that we
+ * sessions. We don't terminate any session until we ensure that we
* have rights on all the sessions to be terminated. These checks are
* the same as we do in pg_terminate_backend.
*
/*
* Do not log if log_statement_sample_rate = 0. Log a sample if
- * log_statement_sample_rate <= 1 and avoid unecessary random() call
+ * log_statement_sample_rate <= 1 and avoid unnecessary random() call
* if log_statement_sample_rate = 1.
*/
if (exceeded_sample_duration)
/*
* pg_parse_json_or_ereport
*
- * This fuction is like pg_parse_json, except that it does not return a
+ * This function is like pg_parse_json, except that it does not return a
* JsonParseErrorType. Instead, in case of any failure, this function will
* ereport(ERROR).
*/
/*-------------------------------------------------------------------------
*
* stringinfo_mb.c
- * Multibyte encoding-aware additional StringInfo facilites
+ * Multibyte encoding-aware additional StringInfo facilities
*
* This is separate from common/stringinfo.c so that frontend users
* of that file need not pull in unnecessary multibyte-encoding support
/*
* We only issue an ALTER STATISTICS statement if the stxstattarget entry
- * for this statictics object is non-negative (i.e. it's not the default
+ * for this statistics object is non-negative (i.e. it's not the default
* value).
*/
if (statsextinfo->stattarget >= 0)
extern AttrMap *make_attrmap(int maplen);
extern void free_attrmap(AttrMap *map);
-/* Convertion routines to build mappings */
+/* Conversion routines to build mappings */
extern AttrMap *build_attrmap_by_name(TupleDesc indesc,
TupleDesc outdesc);
extern AttrMap *build_attrmap_by_name_if_req(TupleDesc indesc,