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:50:37
Message-ID: 3D4DAFBD.4010400@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Joe Conway wrote:
> 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?
>

OK - found the issue. pg_proc.h still had a reference to backend_pid
instead of pg_backend_pid. Here's the fix (attached).

Joe

Attachment Content-Type Size
pg_proc.h-fix.2002.08.04.1.patch text/plain 1.5 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2002-08-04 23:03:10 Re: [COMMITTERS] pgsql-server/src include/utils/timestamp.h bac ...
Previous Message Neil Conway 2002-08-04 22:45:46 Re: [COMMITTERS] pgsql-server/src include/utils/timestamp.h bac ...