Re: pgsql-server/src/backend catalog/pg_proc.c nod ...

From: Joe Conway <mail(at)joeconway(dot)com>
To: Bruce Momjian - CVS <momjian(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/backend catalog/pg_proc.c nod ...
Date: 2002-08-04 22:41:36
Message-ID: 3D4DADA0.7030700@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian - CVS wrote:
> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: momjian(at)postgresql(dot)org 02/08/04 16:00:15
>
> Modified files:
> src/backend/catalog: pg_proc.c
> src/backend/nodes: equalfuncs.c
>
> Log message:
> Fix compile failures for FRS composite tyhpe patch until Joe can fix it.

The pg_proc problem was my fault -- sorry about that. Bruce's fix was
correct.

The equalfuncs.c problem was due to a bad merge -- the hunk got applied
to RangeVar instead of RangeFunction.

Attached is a patch to fix both files. I cannot confirm it yet however
because of unrelated compile issues. I've worked around these two
(workarounds excluded from the patch):

- make clean fails due to not finding contrib/earthdistance
- make all fails due to undefined reference to `XLogDir'

I'm still getting:
utils/SUBSYS.o: In function `timestamptz_date':
/opt/src/pgsql/src/backend/utils/adt/date.c:410: undefined reference to
`backend_pid'
collect2: ld returned 1 exit status
make[2]: *** [postgres] Error 1

which is odd because I can't find a reference to backend_pid at all in
date.c. Any pointers to work around this one?

Joe

Attachment Content-Type Size
pseudo-type-fixup.2002.08.04.patch text/plain 1.6 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2002-08-04 22:45:46 Re: [COMMITTERS] pgsql-server/src include/utils/timestamp.h bac ...
Previous Message Tom Lane 2002-08-04 21:04:10 Re: [COMMITTERS] pgsql-server/src backend/tcop/postgres.c backe ...