pgsql/src/include/nodes (execnodes.h)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/nodes (execnodes.h)
Дата
Msg-id 200007142218.e6EMI2f56048@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Friday, July 14, 2000 @ 18:18:00
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/nodes
     from hub.org:/home/projects/pgsql/tmp/cvs-serv55747/src/include/nodes

Modified Files:
    execnodes.h

-----------------------------  Log Message  -----------------------------

Cleanup of code for creating index entries.  Functional indexes with
pass-by-ref data types --- eg, an index on lower(textfield) --- no longer
leak memory during index creation or update.  Clean up a lot of redundant
code ... did you know that copy, vacuum, truncate, reindex, extend index,
and bootstrap each basically duplicated the main executor's logic for
extracting information about an index and preparing index entries?
Functional indexes should be a little faster now too, due to removal
of repeated function lookups.
CREATE INDEX 'opt_type' clause is deimplemented by these changes,
but I haven't removed it from the parser yet (need to merge with
Thomas' latest change set first).

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/commands (vacuum.h)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/utils (rel.h)