Re: ECPG patch for recent ALTER TABLE / S|D NOT NULL changes

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: meskes(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: ECPG patch for recent ALTER TABLE / S|D NOT NULL changes
Date: 2002-04-04 06:50:27
Message-ID: 200204040650.g346oRh09367@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I am not going to apply this. Michael usually does the work needed to
sync up ecpg with backend changes. I do apply ecpg-specific fixes but
not synchronization fixes for ecpg, unless Michael tells me differently.

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
> Hi Michael,
>
> This is a proposed change to preproc.y to enable some new functionality
> recently committed. (command.c 1.170)
>
> I don't know anything about ECPG, so if you could review this patch and
> commit it yourself if need be, it'd be good.
>
> Regards,
>
> Chris
>

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

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

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-04 06:56:01 Re: please apply patch - build on Unixware with GCC
Previous Message Bruce Momjian 2002-04-04 06:47:29 Re: Insert ... (a, b, DEFAULT, c, d);