Re: [HACKERS] oopsy in dynloader.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] oopsy in dynloader.c
Date
Msg-id 14299.932737360@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] oopsy in dynloader.c  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.us> writes:
> I can not find this problem in the current source tree.  I believe you
> are seeing a merge problem with cvs.  Remove the file and reupdate cvs.

In fact, that sort of breakage is exactly what cvs will do when it finds
a merge conflict (which it simple-mindedly defines as a local change that
falls in the same line range as a diff it's trying to apply from the cvs
master file).  It will warn you that the merge failed --- so you should
always review the output from a cvs update run, looking for conflict
messages.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Mark Hollomon"
Date:
Subject: Re: [HACKERS] oopsy in dynloader.c
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Seg fault in initdb