pgsql: Remove obsolete comment.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete comment.
Date: 2011-04-14 02:22:10
Message-ID: E1QACCA-0006vn-SW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete comment.

The lock level for adding a parent table is now ShareUpdateExclusiveLock;
see commit fbcf4b92aa64d4577bcf25925b055316b978744a. This comment didn't
get updated to match, but it doesn't seem important to mention this detail
here, so rather than updating it now, just take it out.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c80b57d0775eb2015b7672fd8b20c63846d2a0d

Modified Files
--------------
src/backend/commands/tablecmds.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-04-14 18:37:24 pgsql: Advise Debian/Ubuntu users to use openjade1.3.
Previous Message Robert Haas 2011-04-14 01:18:17 pgsql: Fix toast table creation.