pgsql: Add a HINT per suggestion from Michael Glaesemann.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add a HINT per suggestion from Michael Glaesemann.
Дата
Msg-id 20060802135853.094C99FB269@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a HINT per suggestion from Michael Glaesemann.  Also, tweak OLD/NEW
test to avoid expensive contain_vars_of_level() scan in the normal case
where we're not inside a rule.

Modified Files:
--------------
    pgsql/src/backend/parser:
        analyze.c (r1.341 -> r1.342)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.341&r2=1.342)

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

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Some more regression test files
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: New Directory