pgsql: Add a simple test case covering a join against an inheritance

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add a simple test case covering a join against an inheritance
Дата
Msg-id 20090813171438.1E26A75331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a simple test case covering a join against an inheritance tree,
since we're evidently not testing that at all right now :-(

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        join.out (r1.38 -> r1.39)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/join.out?r1=1.38&r2=1.39)
    pgsql/src/test/regress/sql:
        join.sql (r1.29 -> r1.30)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/join.sql?r1=1.29&r2=1.30)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Put back adjust_appendrel_attrs()'s code for dealing with
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Augment test coverage in PL/Python, especially for error