Re: [HACKERS] SRF/dropped column bug

2004-10-06 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > I can confirm this bug still exists in CVS. I have a fix for this, but cannot commit just yet as we seem to be having network problems again :-( regards, tom lane ---(end of broadcast)

Re: [HACKERS] SRF/dropped column bug

2004-10-06 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > I can confirm this bug still exists in CVS. > > I have a fix for this, but cannot commit just yet as we seem to be > having network problems again :-( Yes, I have already beeped Marc. -- Bruce Momjian| ht

Re: [HACKERS] SRF/dropped column bug

2004-10-06 Thread Bruce Momjian
I can confirm this bug still exists in CVS. --- Joe Conway wrote: > I see this behavior with CVS tip: > > CREATE TABLE wibble (a integer, b integer); > INSERT INTO wibble VALUES (1,1); > ALTER TABLE wibble ADD COLUMN c BIGI

Re: [HACKERS] SRF/dropped column bug

2004-08-07 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > I'll start digging into this, but any hints on where to look would be > greatly appreciated. I have a couple of similar issues on the radar. The problem probably is some bit of code that is not accounting for dropped columns in a row datatype --- ie, the