pgsql-server/src backend/commands/typecmds.c t ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/commands/typecmds.c t ...
Date: 2003-01-04 00:46:09
Message-ID: 20030104004609.12C2E475F1C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/01/03 19:46:09

Modified files:
src/backend/commands: typecmds.c
src/test/regress/expected: domain.out

Log message:
Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's
patches of 9-Dec (permissions fix) and 13-Dec (performance) as well as
a partial fix for locking issues: concurrent DROP COLUMN should not
create trouble anymore. But concurrent DROP TABLE is still a risk, and
there is no protection at all against creating a column of a domain while
we are altering the domain.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2003-01-04 10:26:30 pgsql-server/src backend/po/Tag: backend/po/RE ...
Previous Message Tom Lane 2003-01-03 21:47:51 Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c