aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-25 22:39:37 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-25 22:39:37 +0000
commit39e331be7227b24b8ad4a522adf40f63e7b06a05 (patch)
tree336eac1251290ddcbdbfb238d5ca0c04e277ee70
parenta10353ab8339659e1e95359959e48383e94c7251 (diff)
downloadpostgresql-39e331be7227b24b8ad4a522adf40f63e7b06a05.tar.gz
postgresql-39e331be7227b24b8ad4a522adf40f63e7b06a05.zip
Add Bob Devine's name to the optimizer README.
-rw-r--r--src/backend/optimizer/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backend/optimizer/README b/src/backend/optimizer/README
index 14e39909220..26f23168861 100644
--- a/src/backend/optimizer/README
+++ b/src/backend/optimizer/README
@@ -498,4 +498,9 @@ pathkey lists when computing the sort ordering needed for a mergejoin. By
eliminating the redundancy, we save time and improve planning, since the
planner will more easily recognize equivalent orderings as being equivalent.
+Though Bob Devine <bob.devine@worldnet.att.net> was not involved in the
+coding of our optimizer, he is available to field questions about
+optimizer topics.
+
-- bjm & tgl
+