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

Started by Tom Laneabout 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.