| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: make check hangs in alpha5 |
| Date: | 2010-04-04 16:19:20 |
| Message-ID: | 12583.1270397960@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com> writes:
> I cannot figure out at all what is wrong. Have any idea?
Since nobody else is reporting this, it seems like it must be either
something messed up about your system, or something wrong with your
copy of the PG sources. In the latter connection I confess to having
little confidence in the git mirror setup. Have you tried diffing
your source tree against a CVS checkout or nightly snapshot tarball?
A different line of attack is to insert some debugging logging into
the postmaster's port-opening code to see if you can find why it's
apparently not doing anything.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2010-04-04 16:52:28 | Re: make check hangs in alpha5 |
| Previous Message | David Fetter | 2010-04-04 16:10:21 | Re: [RFC] nodeToString format and exporting the SQL parser |