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)
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
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
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