Обсуждение: pgsql/src backend/access/transam/xact.c backen ...

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

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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.