pgsql: Have thread_test create its test files in the current directory,

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have thread_test create its test files in the current directory,
Date: 2011-08-20 22:22:30
Message-ID: E1Qutvy-0007FN-N6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-08-21 22:16:40 pgsql: Fix trigger WHEN conditions when both BEFORE and AFTER triggers
Previous Message Tom Lane 2011-08-20 18:53:37 pgsql: Fix performance problem when building a lossy tidbitmap.