From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Segfault related to pg_authid when running initdb from git master |
Date: | 2010-12-15 19:43:24 |
Message-ID: | AANLkTi=p9nSe3Fc5amY7uQgqWht30U9L1UTsYnmn7uLb@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Dec 15, 2010 at 2:40 PM, Peter Geoghegan
<peter(dot)geoghegan86(at)gmail(dot)com> wrote:
>> Before that, have you tried the old standby of "make distclean" and a
>> full rebuild/reinstall? The lack of buildfarm confirmation makes me
>> highly suspicious that there's any real problem.
>
> That's fixed both problems. I should have tried it much sooner. I
> guess that even though the binaries built were new, they were somehow
> linked with one or more older, "release" object files. Thanks.
Gah. I assumed you had cleaned out your tree. Oh, well.
If you don't use --enable-depend, you can get this kind of issue.
Even if you do, it's worth trying a full clean out (I use git clean
-dfx) if you get something weird.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | matteo durighetto | 2010-12-15 19:50:43 | mvcc & DML on the same row |
Previous Message | Peter Geoghegan | 2010-12-15 19:40:41 | Re: Segfault related to pg_authid when running initdb from git master |