From 435cdf5b7c8db5b6af9095d2c7855ca106eaf6b6 Mon Sep 17 00:00:00 2001 From: Shigeru Hanada Date: Mon, 27 Jun 2011 23:32:45 +0900 Subject: [PATCH] Remove obsolete comment. --- src/backend/catalog/heap.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5