pgsql: Simplify errno generating in thread testing program.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify errno generating in thread testing program.
Date: 2011-08-22 01:24:32
Message-ID: E1QvJFg-0005W1-6E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify errno generating in thread testing program.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e319ec4b7378e047e6bb92bd1bb7ff7d515d64a3

Modified Files
--------------
src/test/thread/thread_test.c | 60 ++++++++++++++++++++++++++++-------------
1 files changed, 41 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-08-22 13:05:26 pgsql: Properly call strerror() in thread test; add comments.
Previous Message Tom Lane 2011-08-21 22:16:40 pgsql: Fix trigger WHEN conditions when both BEFORE and AFTER triggers