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

Commit62e2ddd

Browse files
committed
Fix typos in comments and doc
overriden -> overriddenThe misspelling in create_extension.sgml was introduced inb67aaf2,so no need to backpatch.
1 parent7f46eaf commit62e2ddd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎doc/src/sgml/ref/create_extension.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ CREATE EXTENSION [ IF NOT EXISTS ] <replaceable class="parameter">extension_name
9797
</para>
9898
<para>
9999
If the extension specifies <literal>schema</> in its control file,
100-
the schema cannot beoverriden with <literal>SCHEMA</> clause.
100+
the schema cannot beoverridden with <literal>SCHEMA</> clause.
101101
The <literal>SCHEMA</> clause in this case works as follows:
102102
<itemizedlist>
103103
<listitem>

‎src/backend/bootstrap/bootstrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ AuxiliaryProcessMain(int argc, char *argv[])
204204
* process command arguments
205205
*/
206206

207-
/* Set defaults, to beoverriden by explicit options below */
207+
/* Set defaults, to beoverridden by explicit options below */
208208
if (!IsUnderPostmaster)
209209
InitializeGUCOptions();
210210

‎src/makefiles/Makefile.win32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ override CPPFLAGS+= -DUSE_DL_IMPORT
4444
endif
4545

4646
# it is better to install shared-libraries anyway?
47-
# may beoverriden with make MAKE_DLL=false install
47+
# may beoverridden with make MAKE_DLL=false install
4848
ifndef MAKE_DLL
4949
MAKE_DLL= true
5050
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp