projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fe757
)
Adjust chapter ordering in Internals part to something that seems more
author
Tom Lane
Sun, 22 Jun 2003 16:16:44 +0000
(16:16 +0000)
committer
Tom Lane
Sun, 22 Jun 2003 16:16:44 +0000
(16:16 +0000)
reasonable.
doc/src/sgml/arch-dev.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/postgres.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/arch-dev.sgml
b/doc/src/sgml/arch-dev.sgml
index 447dcc524188e5ea4eb6f3d9f752c56b55031a06..88ccde9496f44202685b84384fef423bca2f3c21 100644
(file)
--- a/
doc/src/sgml/arch-dev.sgml
+++ b/
doc/src/sgml/arch-dev.sgml
@@
-1,5
+1,5
@@
@@
-437,7
+437,7
@@
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.20 2003/06/22 05:48:26 tg
The
executor
takes the plan handed back by the
planner/optimizer and recursively processes it to extract the required set
- of rows. This is essentially a demand-
driven
pipeline mechanism.
+ of rows. This is essentially a demand-
pull
pipeline mechanism.
Each time a plan node is called, it must deliver one more tuple, or
report that it is done delivering tuples.
diff --git
a/doc/src/sgml/postgres.sgml
b/doc/src/sgml/postgres.sgml
index e11292967fd340177fb579936b29e8795b703792..cca78b639779795c05764d3b271a611fc1685d0f 100644
(file)
--- a/
doc/src/sgml/postgres.sgml
+++ b/
doc/src/sgml/postgres.sgml
@@
-1,5
+1,5
@@
@@
-237,15
+237,15
@@
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.52 2003/05/18 20:55:56 pe
- &sources;
&arch-dev;
&catalogs;
&protocol;
- &compiler;
- &bki;
&page;
&geqo;
&gist;
+ &bki;
+ &sources;
+ &compiler;
&nls;