pgsql: Check the return code of pthread_create(). Otherwise we go into

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check the return code of pthread_create(). Otherwise we go into
Date: 2011-05-27 09:56:13
Message-ID: E1QPtm9-0000DW-7P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Check the return code of pthread_create(). Otherwise we go into an infinite
loop if it fails, which is what what happened on my HP-UX box. (I think
the reason it failed on that box is a misconfiguration on my behalf, but
that's no reason to hang.)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/336db7e3474508b46a0e6bdb013a8bee5aac9adf

Modified Files
--------------
src/test/thread/thread_test.c | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2011-05-27 11:13:09 orafce - orafce: new files - PostgreSQL 9.1 extensions support
Previous Message User Okbob 2011-05-27 09:12:27 orafce - orafce: fixed a issues related to 9.1 collations fixed a gcc