Re: [COMMITTERS] pgsql/src/backend/utils/adt (formatting.c oracle_compat.c) - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [COMMITTERS] pgsql/src/backend/utils/adt (formatting.c oracle_compat.c)
Date
Msg-id 200010170402.AAA06915@candle.pha.pa.us
Whole thread Raw
Responses Re: Re: [COMMITTERS] pgsql/src/backend/utils/adt (formatting.c oracle_compat.c)  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-hackers
> 
> This effectively one line patch should fix the fact that
> foreign key definitions in create table were erroring if
> a primary key was defined.  I was using the columns 
> list to get the columns of the table for comparison, but
> it got reused as a temporary list inside the primary key
> stuff.
> 
> Stephan Szabo
> 
> 

I think this was the fix Stephan was talking about.   I grabbed all the
patches a few weeks ago.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: The lightbulb just went on...
Next
From: Bruce Momjian
Date:
Subject: Re: "initdb -t" destroys all databases