Re: BUG #5856: pg_attribute.attinhcount is not correct.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: BUG #5856: pg_attribute.attinhcount is not correct.
Дата
Msg-id BANLkTimcxnodo2E24q66cwVf5HYfQt9aQQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #5856: pg_attribute.attinhcount is not correct.  (Noah Misch <noah@leadboat.com>)
Ответы Re: BUG #5856: pg_attribute.attinhcount is not correct.  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On Fri, Apr 1, 2011 at 12:56 AM, Noah Misch <noah@leadboat.com> wrote:
> On Thu, Mar 31, 2011 at 11:11:49AM -0400, Robert Haas wrote:
>> On Thu, Mar 31, 2011 at 6:06 AM, Noah Misch <noah@leadboat.com> wrote:
>> >> I think this is a manifestation the same problem mentioned here:
>> >>
>> >> http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=31b6fc06d83c6de3644c8f2921eb7de0eb92fac3
>> >>
>> >> I believe this requires some refactoring to fix. ?It would be good to do that.
>> >
>> > The best way I can see is to make ATExecAddColumn more like ATExecDropColumn,
>> > ATAddCheckConstraint, and ATExecDropConstraint. ?Namely, recurse at Exec-time
>> > rather than Prep-time, and cease recursing when we satisfy the ADD COLUMN with a
>> > merge. ?Did you have something else in mind?
>>
>> I had exactly what you just said in mind.
>
> Patch attached, then.

Committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: maximum digits for NUMERIC
Следующее
От: Robert Haas
Дата:
Сообщение: Re: cast from integer to money