pgsql: Simplify errno generating in thread testing program. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Simplify errno generating in thread testing program.
Date
Msg-id E1QvJFg-0005W1-6E@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix trigger WHEN conditions when both BEFORE and AFTER triggers
Next
From: Bruce Momjian
Date:
Subject: pgsql: Properly call strerror() in thread test; add comments.