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

From Tom Lane
Subject Re: pgsql-server/src/backend catalog/pg_proc.c nod ...
Date
Msg-id 13864.1028505529@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql-server/src/backend catalog/pg_proc.c nod ...  (Joe Conway <mail@joeconway.com>)
List pgsql-committers
Joe Conway <mail@joeconway.com> writes:
> 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.

Patch applied.

> 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

contrib/earthdistance is still there according to my copy of CVS.
I believe that Marc split out that directory into a separate CVS module;
if you're using CVSup then this may suggest a problem with your cvsup
config?

> - make all fails due to undefined reference to `XLogDir'

This is breakage in Thomas' recent XLOG patch.  I am strongly tempted
to revert that patch, given that neither Bruce nor I like it, but will
refrain for fear of getting Thomas ticked off at me ...

            regards, tom lane

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/tcop postgres.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/catalog pg_proc.c