@@ -5010,9 +5010,9 @@ if test "$pythreads" = "1"; then
5010
5010
echo "$as_me:$LINENO: result: yes" >&5
5011
5011
echo "${ECHO_T}yes" >&6
5012
5012
case $host_os in
5013
- openbsd*|freebsd4 *)
5014
- { { echo "$as_me:$LINENO: error:*** Threaded Python not supported on this platform *** " >&5
5015
- echo "$as_me: error:*** Threaded Python not supported on this platform *** " >&2;}
5013
+ openbsd*|freebsd *)
5014
+ { { echo "$as_me:$LINENO: error:threaded Python not supported on this platform" >&5
5015
+ echo "$as_me: error:threaded Python not supported on this platform" >&2;}
5016
5016
{ (exit 1); exit 1; }; }
5017
5017
;;
5018
5018
esac
@@ -16796,27 +16796,21 @@ PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEM
16796
16796
# Let's see who fails, perhaps AIX. 2004-04-23
16797
16797
if test "$PTHREAD_CC" != "$CC"; then
16798
16798
{ { echo "$as_me:$LINENO: error:
16799
- PostgreSQL does not support platforms that require a special
16800
- compiler binary for thread-safety.
16801
- " >&5
16799
+ PostgreSQL does not support platforms that require a special compiler
16800
+ for thread safety." >&5
16802
16801
echo "$as_me: error:
16803
- PostgreSQL does not support platforms that require a special
16804
- compiler binary for thread-safety.
16805
- " >&2;}
16802
+ PostgreSQL does not support platforms that require a special compiler
16803
+ for thread safety." >&2;}
16806
16804
{ (exit 1); exit 1; }; }
16807
16805
fi
16808
16806
16809
16807
if test "$THREAD_SUPPORT" = no; then
16810
- { { echo "$as_me:$LINENO: error:
16811
- Cannot enable threads on your platform.
16812
- Your platform is known to not support thread-safe programs.
16813
- For details, compile and run src/bin/pg_thread_test.
16814
- " >&5
16815
- echo "$as_me: error:
16816
- Cannot enable threads on your platform.
16817
- Your platform is known to not support thread-safe programs.
16818
- For details, compile and run src/bin/pg_thread_test.
16819
- " >&2;}
16808
+ { { echo "$as_me:$LINENO: error: cannot enable threads on this platform
16809
+ This platform is known to not support thread-safe programs. For details,
16810
+ compile and run src/bin/pg_thread_test." >&5
16811
+ echo "$as_me: error: cannot enable threads on this platform
16812
+ This platform is known to not support thread-safe programs. For details,
16813
+ compile and run src/bin/pg_thread_test." >&2;}
16820
16814
{ (exit 1); exit 1; }; }
16821
16815
fi
16822
16816
@@ -17521,13 +17515,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
17521
17515
echo "$as_me:$LINENO: result: failed" >&5
17522
17516
echo "${ECHO_T}failed" >&6
17523
17517
{ { echo "$as_me:$LINENO: error:
17524
- *** Could not execute a simple test program. This may be a problem
17525
- *** related to locating shared libraries. Check the file 'config.log'
17526
- *** for the exact reason." >&5
17518
+ Could not execute a simple test program. This may be a problem
17519
+ related to locating shared libraries. Check the file 'config.log'
17520
+ for the exact reason." >&5
17527
17521
echo "$as_me: error:
17528
- *** Could not execute a simple test program. This may be a problem
17529
- *** related to locating shared libraries. Check the file 'config.log'
17530
- *** for the exact reason." >&2;}
17522
+ Could not execute a simple test program. This may be a problem
17523
+ related to locating shared libraries. Check the file 'config.log'
17524
+ for the exact reason." >&2;}
17531
17525
{ (exit 1); exit 1; }; }
17532
17526
fi
17533
17527
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
@@ -21371,13 +21365,11 @@ HAVE_POSIX_SIGNALS=$pgac_cv_func_posix_signals
21371
21365
21372
21366
if test "$pgac_cv_func_posix_signals" != yes -a "$enable_thread_safety" = yes; then
21373
21367
{ { echo "$as_me:$LINENO: error:
21374
- *** Thread-safety requires POSIX signals, which are not supported by your
21375
- *** operating system.
21376
- " >&5
21368
+ Thread-safety requires POSIX signals, which are not supported by this
21369
+ operating system." >&5
21377
21370
echo "$as_me: error:
21378
- *** Thread-safety requires POSIX signals, which are not supported by your
21379
- *** operating system.
21380
- " >&2;}
21371
+ Thread-safety requires POSIX signals, which are not supported by this
21372
+ operating system." >&2;}
21381
21373
{ (exit 1); exit 1; }; }
21382
21374
fi
21383
21375
fi
@@ -22840,19 +22832,17 @@ if test x"$template" != x"win32"
22840
22832
then
22841
22833
{ echo "$as_me:$LINENO: WARNING:
22842
22834
*** Skipping thread test program. --enable-thread-safety-force was used.
22843
- *** Run the program in src/test/thread on the your machine and add
22844
- proper locking function calls to your applications to guarantee thread
22845
- safety.
22835
+ *** Run the program in src/test/thread on the your machine and add proper
22836
+ *** locking function calls to your applications to guarantee thread safety.
22846
22837
" >&5
22847
22838
echo "$as_me: WARNING:
22848
22839
*** Skipping thread test program. --enable-thread-safety-force was used.
22849
- *** Run the program in src/test/thread on the your machine and add
22850
- proper locking function calls to your applications to guarantee thread
22851
- safety.
22840
+ *** Run the program in src/test/thread on the your machine and add proper
22841
+ *** locking function calls to your applications to guarantee thread safety.
22852
22842
" >&2;}
22853
22843
else
22854
- { echo "$as_me:$LINENO: WARNING: ***Skipping thread test on Win32" >&5
22855
- echo "$as_me: WARNING: ***Skipping thread test on Win32" >&2;}
22844
+ { echo "$as_me:$LINENO: WARNING: ***skipping thread test on Win32" >&5
22845
+ echo "$as_me: WARNING: ***skipping thread test on Win32" >&2;}
22856
22846
fi
22857
22847
elif test "$enable_thread_safety" = yes; then
22858
22848
if test x"$template" != x"win32"
@@ -22905,33 +22895,31 @@ sed 's/^/| /' conftest.$ac_ext >&5
22905
22895
( exit $ac_status )
22906
22896
echo "$as_me:$LINENO: result: no" >&5
22907
22897
echo "${ECHO_T}no" >&6
22908
- { { echo "$as_me:$LINENO: error:
22909
- *** Thread test program failed. Your platform is not thread-safe.
22910
- *** Check the file 'config.log'for the exact reason.
22911
- ***
22912
- *** You can use the configure option --enable-thread-safety-force
22913
- *** to force threads to be enabled. However, you must then run
22914
- *** the program in src/test/thread and add locking function calls
22915
- *** to your applications to guarantee thread safety.
22916
- " >&5
22917
- echo "$as_me: error:
22918
- *** Thread test program failed. Your platform is not thread-safe.
22919
- *** Check the file 'config.log'for the exact reason.
22920
- ***
22921
- *** You can use the configure option --enable-thread-safety-force
22922
- *** to force threads to be enabled. However, you must then run
22923
- *** the program in src/test/thread and add locking function calls
22924
- *** to your applications to guarantee thread safety.
22925
- " >&2;}
22898
+ { { echo "$as_me:$LINENO: error: thread test program failed
22899
+ This platform is not thread-safe. Check the file 'config.log'for the
22900
+ exact reason.
22901
+
22902
+ You can use the configure option --enable-thread-safety-force to force
22903
+ threads to be enabled. But you must then run the program in
22904
+ src/test/thread and add locking function calls to your applications to
22905
+ guarantee thread safety." >&5
22906
+ echo "$as_me: error: thread test program failed
22907
+ This platform is not thread-safe. Check the file 'config.log'for the
22908
+ exact reason.
22909
+
22910
+ You can use the configure option --enable-thread-safety-force to force
22911
+ threads to be enabled. But you must then run the program in
22912
+ src/test/thread and add locking function calls to your applications to
22913
+ guarantee thread safety." >&2;}
22926
22914
{ (exit 1); exit 1; }; }
22927
22915
fi
22928
22916
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22929
22917
fi
22930
22918
CFLAGS="$_CFLAGS"
22931
22919
LIBS="$_LIBS"
22932
22920
else
22933
- { echo "$as_me:$LINENO: WARNING: ***Skipping thread test on Win32" >&5
22934
- echo "$as_me: WARNING: ***Skipping thread test on Win32" >&2;}
22921
+ { echo "$as_me:$LINENO: WARNING: ***skipping thread test on Win32" >&5
22922
+ echo "$as_me: WARNING: ***skipping thread test on Win32" >&2;}
22935
22923
fi
22936
22924
fi
22937
22925
@@ -24476,8 +24464,8 @@ echo "$as_me: executing $ac_dest commands" >&6;}
24476
24464
for FILE in $CONFIG_LINKS
24477
24465
do
24478
24466
# test -e works for symlinks in the MinGW console
24479
- test -e `expr "$FILE" : '\([^:]*\)'` || { echo "$as_me:$LINENO: WARNING: *** link for $FILE - please fix by hand" >&5
24480
- echo "$as_me: WARNING: *** link for $FILE - please fix by hand" >&2;}
24467
+ test -e `expr "$FILE" : '\([^:]*\)'` || { echo "$as_me:$LINENO: WARNING: *** link for $FILE -- please fix by hand" >&5
24468
+ echo "$as_me: WARNING: *** link for $FILE -- please fix by hand" >&2;}
24481
24469
done
24482
24470
;;
24483
24471
esac