pgsql/src backend/access/transam/xact.c backen ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src backend/access/transam/xact.c backen ...
Дата
Msg-id 20020517205333.B3B37475C8E@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/05/17 16:53:33

Modified files:
    src/backend/access/transam: xact.c
    src/backend/catalog: namespace.c
    src/backend/commands: schemacmds.c
    src/backend/utils/adt: name.c
    src/include/catalog: namespace.h

Log message:
    Support temporary setting of search path during CREATE SCHEMA; this
    allows the example in the CREATE SCHEMA ref page to actually work now.
    Also, clean up when the transaction that initially creates a temp-table
    namespace is later aborted.  Simplify internal representation of search
    path by folding special cases into the main list.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/backend/utils/misc guc.c
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src backend/catalog/pg_aggregate.c backe ...