pgsql: Add a comment explaining why we force physical removal of OIDs.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a comment explaining why we force physical removal of OIDs.
Date: 2011-01-26 11:43:37
Message-ID: E1Pi3mj-0001Hn-IJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a comment explaining why we force physical removal of OIDs.

Noah Misch, slightly revised.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5c2a7c6e97741564ab4ff336eac8d8227485dd4c

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2011-01-26 12:28:18 orafce - orafce: New Directory
Previous Message Robert Haas 2011-01-26 11:37:19 pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.