Re: CREATE TABLE LIKE INCLUDING INDEXES support

Поиск
Список
Период
Сортировка
От NikhilS
Тема Re: CREATE TABLE LIKE INCLUDING INDEXES support
Дата
Msg-id d3c4af540704122251i7997cbb4h75d33e5ef8303376@mail.gmail.com
обсуждение исходный текст
Ответ на Re: CREATE TABLE LIKE INCLUDING INDEXES support  (Trevor Hardcastle <chizu@spicious.com>)
Ответы Re: CREATE TABLE LIKE INCLUDING INDEXES support
Список pgsql-patches
Hi Trevor,


+
+                                       parent_index_info = BuildIndexInfo(parent_index);

The above is not used anywhere else in the code and seems redundant.

+
+                                       ereport(NOTICE,
+                                                       (errmsg("Index \"%s\" cloned.",
+                                                                       RelationGetRelationName(parent_index))));

DefineIndex will give out a message anyways for unique/primary keys. The above seems additional to it.

Regards,
Nikhils

--
EnterpriseDB               http://www.enterprisedb.com

В списке pgsql-patches по дате отправления: