| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | Joe Conway <mail(at)joeconway(dot)com>, pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: anonymous composite types for Table Functions (aka SRFs) |
| Date: | 2002-08-04 19:59:31 |
| Message-ID: | 200208041959.g74JxV319873@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Woh, again, I have another compile error:
equalfuncs.c: In function `_equalRangeVar':
equalfuncs.c:1610: structure has no member named `coldeflist'
equalfuncs.c:1610: structure has no member named `coldeflist'
gmake[2]: *** [equalfuncs.o] Error 1
Again, a patch is attached that clearly needs fixing. I should have
tested this more, but I am heading out now and wanted to get it in
before more code drifted.
---------------------------------------------------------------------------
Bruce Momjian wrote:
>
> Woh, seems like there is a compile problem. Joe, my guess is that the
> pg_proc patch you send me today didn't have _all_ of the needed changes.
>
> I am attaching a patch with the fix need to get it to compile, but it is
> clearly wrong. Would you submit a fix based on current CVS for this? I
> know this gets confusing when patches conflict.
>
>
> ---------------------------------------------------------------------------
>
> Bruce Momjian wrote:
> >
> > [ New version of pg_proc.c used for application.]
> >
> > Patch applied. Thanks. initdb forced.
> >
--
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
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-08-04 21:04:10 | Re: [COMMITTERS] pgsql-server/src backend/tcop/postgres.c backe ... |
| Previous Message | Bruce Momjian | 2002-08-04 19:55:27 | Re: anonymous composite types for Table Functions (aka SRFs) |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-08-04 21:08:45 | Re: anonymous composite types for Table Functions (aka SRFs) |
| Previous Message | Bruce Momjian | 2002-08-04 19:55:27 | Re: anonymous composite types for Table Functions (aka SRFs) |