Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d7f9c9d5
Commit
d7f9c9d5
authored
Apr 26, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve thread error message.
parent
e03a253c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
configure
configure
+2
-0
configure.in
configure.in
+3
-1
No files found.
configure
View file @
d7f9c9d5
...
@@ -19172,6 +19172,8 @@ echo "$as_me: error: Can not build thread test proram." >&2;}
...
@@ -19172,6 +19172,8 @@ echo "$as_me: error: Can not build thread test proram." >&2;}
{
(
exit
1
)
;
exit
1
;
}
;
})
{
(
exit
1
)
;
exit
1
;
}
;
})
$srcdir
/src/tools/thread/thread_test
>
&5
||
$srcdir
/src/tools/thread/thread_test
>
&5
||
(
rm
-f
src/Makefile.global
(
rm
-f
src/Makefile.global
echo
echo
$srcdir
/src/tools/thread/thread_test
$srcdir
/src/tools/thread/thread_test
{
{
echo
"
$as_me
:
$LINENO
: error: Thread test program failed. Your platform is not thread-safe."
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: Thread test program failed. Your platform is not thread-safe."
>
&5
echo
"
$as_me
: error: Thread test program failed. Your platform is not thread-safe."
>
&2
;
}
echo
"
$as_me
: error: Thread test program failed. Your platform is not thread-safe."
>
&2
;
}
...
...
configure.in
View file @
d7f9c9d5
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.33
0 2004/04/26 00:29:24
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.33
1 2004/04/26 00:32:00
momjian Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -1231,6 +1231,8 @@ $MAKE -C $srcdir/src/tools/thread >&5 ||
...
@@ -1231,6 +1231,8 @@ $MAKE -C $srcdir/src/tools/thread >&5 ||
AC_MSG_ERROR([Can not build thread test proram.]))
AC_MSG_ERROR([Can not build thread test proram.]))
$srcdir/src/tools/thread/thread_test >&5 ||
$srcdir/src/tools/thread/thread_test >&5 ||
( rm -f src/Makefile.global
( rm -f src/Makefile.global
echo
echo
$srcdir/src/tools/thread/thread_test
$srcdir/src/tools/thread/thread_test
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.]))
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.]))
$MAKE -C $srcdir/src/tools/thread clean >&5 ||
$MAKE -C $srcdir/src/tools/thread clean >&5 ||
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment