pgsql: Properly call strerror() in thread test; add comments.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly call strerror() in thread test; add comments.
Date: 2011-08-22 13:05:26
Message-ID: E1QvUBy-0007Ic-3N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly call strerror() in thread test; add comments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5473f283f501ff9f5e38e89d3a2e89f738a7e76f

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewsn 2011-08-22 14:03:21 ip4r - ip4r: New Directory
Previous Message Bruce Momjian 2011-08-22 01:24:32 pgsql: Simplify errno generating in thread testing program.