diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-25 22:39:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-25 22:39:37 +0000 |
commit | 39e331be7227b24b8ad4a522adf40f63e7b06a05 (patch) | |
tree | 336eac1251290ddcbdbfb238d5ca0c04e277ee70 /src | |
parent | a10353ab8339659e1e95359959e48383e94c7251 (diff) | |
download | postgresql-39e331be7227b24b8ad4a522adf40f63e7b06a05.tar.gz postgresql-39e331be7227b24b8ad4a522adf40f63e7b06a05.zip |
Add Bob Devine's name to the optimizer README.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/optimizer/README | 5 |
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 + |