From a171edf8fce8dd6f9235f0b9fc88ee040378ccef Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 22 Jun 2003 16:16:44 +0000 Subject: [PATCH] Adjust chapter ordering in Internals part to something that seems more reasonable. --- doc/src/sgml/arch-dev.sgml | 4 ++-- doc/src/sgml/postgres.sgml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml index 447dcc5241..88ccde9496 100644 --- 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 e11292967f..cca78b6397 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,5 +1,5 @@ - &sources; &arch-dev; &catalogs; &protocol; - &compiler; - &bki; &page; &geqo; &gist; + &bki; + &sources; + &compiler; &nls;