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

Commit73d6eb2

Browse files
committed
Change 'merge sort join', a phrase we use nowhere else, to the more
usual 'merge join'.
1 parent230e896 commit73d6eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/arch-dev.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/arch-dev.sgml,v 2.30 2007/07/21 04:02:41 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/arch-dev.sgml,v 2.31 2007/12/12 06:23:27 tgl Exp $ -->
22

33
<chapter id="overview">
44
<title>Overview of PostgreSQL Internals</title>
@@ -407,7 +407,7 @@
407407

408408
<listitem>
409409
<para>
410-
<firstterm>mergesortjoin</firstterm>: Each relation is sorted on the join
410+
<firstterm>merge join</firstterm>: Each relation is sorted on the join
411411
attributes before the join starts. Then the two relations are
412412
scanned in parallel, and matching rows are combined to form
413413
join rows. This kind of join is more

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp