~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/tools/thread/README

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This program should be run by developers wishing to enable threading on
 
2
new platforms.
 
3
 
 
4
Run thread_test program to determine if your native libc functions are
 
5
thread-safe, or if we should use *_r functions or thread locking.
 
6
 
 
7
To use this program, you must:
 
8
 
 
9
        o run "configure --enable-thread-safety"
 
10
        o compile the main source tree
 
11
        o compile and run this program
 
12
 
 
13
If your platform requires special thread flags that are not tested by
 
14
/config/acx_pthread.m4, add PTHREAD_CFLAGS and PTHREAD_LIBS defines to 
 
15
your template/${port} file.
 
16