From: Shigeru Hanada Date: Mon, 27 Jun 2011 14:32:45 +0000 (+0900) Subject: Remove obsolete comment. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=435cdf5b7c8db5b6af9095d2c7855ca106eaf6b6;p=users%2Fhanada%2Fpostgres.git Remove obsolete comment. --- diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index 603e31bd0d..dd0f4fde47 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -607,7 +607,6 @@ InsertPgAttributeTuple(Relation pg_attribute_rel, /* start out with empty permissions and empty options */ nulls[Anum_pg_attribute_attacl - 1] = true; nulls[Anum_pg_attribute_attoptions - 1] = true; - /* FIXME use content of OPTIONS (...) if any. */ nulls[Anum_pg_attribute_attfdwoptions - 1] = true; tup = heap_form_tuple(RelationGetDescr(pg_attribute_rel), values, nulls);