@@ -5010,9 +5010,9 @@ if test "$pythreads" = "1"; then
50105010 echo "$as_me:$LINENO: result: yes" >&5
50115011echo "${ECHO_T}yes" >&6
50125012 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;}
50165016 { (exit 1); exit 1; }; }
50175017 ;;
50185018 esac
@@ -16796,27 +16796,21 @@ PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEM
1679616796# Let's see who fails, perhaps AIX. 2004-04-23
1679716797if test "$PTHREAD_CC" != "$CC"; then
1679816798{ { 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
1680216801echo "$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;}
1680616804 { (exit 1); exit 1; }; }
1680716805fi
1680816806
1680916807if 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;}
1682016814 { (exit 1); exit 1; }; }
1682116815fi
1682216816
@@ -17521,13 +17515,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
1752117515echo "$as_me:$LINENO: result: failed" >&5
1752217516echo "${ECHO_T}failed" >&6
1752317517{ { 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
1752717521echo "$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;}
1753117525 { (exit 1); exit 1; }; }
1753217526fi
1753317527rm -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
2137121365
2137221366if test "$pgac_cv_func_posix_signals" != yes -a "$enable_thread_safety" = yes; then
2137321367 { { 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
2137721370echo "$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;}
2138121373 { (exit 1); exit 1; }; }
2138221374fi
2138321375fi
@@ -22840,19 +22832,17 @@ if test x"$template" != x"win32"
2284022832then
2284122833 { echo "$as_me:$LINENO: WARNING:
2284222834*** 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.
2284622837" >&5
2284722838echo "$as_me: WARNING:
2284822839*** 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.
2285222842" >&2;}
2285322843else
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;}
2285622846fi
2285722847elif test "$enable_thread_safety" = yes; then
2285822848if test x"$template" != x"win32"
@@ -22905,33 +22895,31 @@ sed 's/^/| /' conftest.$ac_ext >&5
2290522895( exit $ac_status )
2290622896echo "$as_me:$LINENO: result: no" >&5
2290722897echo "${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;}
2292622914 { (exit 1); exit 1; }; }
2292722915fi
2292822916rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2292922917fi
2293022918CFLAGS="$_CFLAGS"
2293122919LIBS="$_LIBS"
2293222920else
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;}
2293522923fi
2293622924fi
2293722925
@@ -24476,8 +24464,8 @@ echo "$as_me: executing $ac_dest commands" >&6;}
2447624464for FILE in $CONFIG_LINKS
2447724465 do
2447824466# 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;}
2448124469 done
2448224470 ;;
2448324471 esac