Обсуждение: pgsql-server/src/test/regress parallel_schedul ...

Поиск
Список
Период
Сортировка

pgsql-server/src/test/regress parallel_schedul ...

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/08/26 15:32:26

Modified files:
    src/test/regress: parallel_schedule serial_schedule
Added files:
    src/test/regress/expected: update.out
    src/test/regress/sql: update.sql

Log message:
    This patch adds a new regression test for the UPDATE command. Right
    now all that is tested is Rod Taylor's recent addition to allow
    this syntax:

    UPDATE ... SET <col> = DEFAULT;

    If anyone else would like to add more UPDATE tests, go ahead --
    I just wanted to write a test for the above functionality, and
    couldn't see an existing test that it would be appropriate
    to add to.

    Neil Conway