Re: [BUGS] Minor inheritance/check bug: Inconsistent behavior

2012-08-28 Thread Chris Travers
On Mon, Aug 27, 2012 at 1:34 PM, Tom Lane t...@sss.pgh.pa.us wrote: Robert Haas robertmh...@gmail.com writes: Maybe, but in that case shouldn't referencing a system column chuck an error? Yeah, possibly. I think none of them are populated with anything useful during INSERT checks (though

Re: [BUGS] Minor inheritance/check bug: Inconsistent behavior

2012-08-28 Thread Amit Kapila
From: Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Tuesday, August 28, 2012 2:04 AM Robert Haas robertmh...@gmail.com writes: Maybe, but in that case shouldn't referencing a system column chuck an error? Yeah, possibly. I think none of them are populated with anything useful during INSERT

Re: [BUGS] [PATCH] Prevent hanging on unreachable hosts on startup

2012-08-28 Thread Ryan Kelly
On Mon, Aug 27, 2012 at 09:34:48PM -0400, Tom Lane wrote: Bruce Momjian br...@momjian.us writes: Tom, can you comment on this patch because you commented on the previous version? Thanks. Doesn't that provoke a pile of compiler warnings about local variables potentially being altered

Re: [BUGS] BUG #6489: Alter table with composite type/table

2012-08-28 Thread Tom Lane
Bruce Momjian br...@momjian.us writes: On Wed, Mar 14, 2012 at 07:19:14PM +0100, Rikard Pavelic wrote: On 13.3.2012. 20:49, Merlin Moncure wrote: I personally think it's an oversight. This was just discussed a couple of days ago here:

Re: [HACKERS] [BUGS] BUG #6572: The example of SPI_execute is bogus

2012-08-28 Thread Bruce Momjian
On Sun, Apr 15, 2012 at 12:29:39PM -0400, Tom Lane wrote: Robert Haas robertmh...@gmail.com writes: On Thu, Apr 5, 2012 at 2:39 AM, Hitoshi Harada umi.tan...@gmail.com wrote: On Wed, Apr 4, 2012 at 8:00 AM, Tom Lane t...@sss.pgh.pa.us wrote: Given the lack of complaints since 9.0, maybe we

Re: [BUGS] BUG #6489: Alter table with composite type/table

2012-08-28 Thread Chris Travers
here's my sense from what I've done in this area so far. On Tue, Aug 28, 2012 at 9:54 AM, Tom Lane t...@sss.pgh.pa.us wrote: Bruce Momjian br...@momjian.us writes: On Wed, Mar 14, 2012 at 07:19:14PM +0100, Rikard Pavelic wrote: On 13.3.2012. 20:49, Merlin Moncure wrote: I personally think