Re: [HACKERS] comments on type attributes broken in 9.1devel

2010-10-19 Thread Robert Haas
On Tue, Oct 19, 2010 at 1:46 AM, Peter Eisentraut wrote: > The comment code refactoring c10575ff005c330d0475345621b7d381eb510c48 > broke comments on composite type attributes: > > COMMENT ON COLUMN foo.a is 'test'; > ERROR:  42809: "foo" is a composite type > LOCATION:  heap_openrv, heapam.c:1110

[HACKERS] comments on type attributes broken in 9.1devel

2010-10-18 Thread Peter Eisentraut
The comment code refactoring c10575ff005c330d0475345621b7d381eb510c48 broke comments on composite type attributes: COMMENT ON COLUMN foo.a is 'test'; ERROR: 42809: "foo" is a composite type LOCATION: heap_openrv, heapam.c:1110 This is because as the code was moved from CommentAttribute() to get