pgsql: Have thread_test create its test files in the current directory, - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Have thread_test create its test files in the current directory,
Date
Msg-id E1Qutvy-0007FN-N6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Have thread_test create its test files in the current directory, rather
than /tmp.  Also cleanup C defines and add comments.

Per report by Alex Soto

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6cc08e703bb078ee1e8d183caf4596d62bf12bf7

Modified Files
--------------
src/test/thread/thread_test.c |  138 +++++++++++++----------------------------
1 files changed, 43 insertions(+), 95 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix performance problem when building a lossy tidbitmap.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix trigger WHEN conditions when both BEFORE and AFTER triggers