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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian - CVS <momjian(at)hub(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [COMMITTERS] pgsql/src/backend/utils/adt (formatting.c oracle_compat.c)
Date: 2000-10-17 04:02:22
Message-ID: 200010170402.AAA06915@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-10-17 04:08:33 pgsql/doc (TODO)
Previous Message Bruce Momjian - CVS 2000-10-17 03:29:31 pgsql/doc (FAQ_MSWIN INSTALL_MSWIN)

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-10-17 04:04:50 Re: "initdb -t" destroys all databases
Previous Message Bruce Momjian 2000-10-17 04:00:51 Re: binary operators on integers