pgsql: Dept.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Dept.
Date: 2006-03-03 18:25:15
Message-ID: 20060303182515.23E3E9DC875@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that
relations are still checked for permissions etc as soon as they are
opened. The original form of the patch could hold exclusive lock for a
long time on relations that the user doesn't even have permissions to
access, let alone truncate.

Modified Files:
--------------
pgsql/src/backend/commands:
tablecmds.c (r1.178 -> r1.179)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c.diff?r1=1.178&r2=1.179)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-03-03 19:54:11 pgsql: Make the COPY command return a command tag that includes the
Previous Message Bruce Momjian 2006-03-03 16:49:31 pgsql: In ipcclean, check LOGNAME only if USER is not set.