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
47847942
Commit
47847942
authored
Oct 13, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable threaded python builds on freebsd5, per report from Jim C. Nasby
parent
12ee2b98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config/python.m4
config/python.m4
+2
-2
configure
configure
+1
-1
No files found.
config/python.m4
View file @
47847942
#
# Autoconf macros for configuring the build of Python extension modules
#
# $PostgreSQL: pgsql/config/python.m4,v 1.1
2 2005/09/26 16:48:28
momjian Exp $
# $PostgreSQL: pgsql/config/python.m4,v 1.1
3 2005/10/13 20:40:04
momjian Exp $
#
# PGAC_PATH_PYTHON
...
...
@@ -84,7 +84,7 @@ pythreads=`${PYTHON} -c "import sys; print int('thread' in sys.builtin_module_na
if test "$pythreads" = "1"; then
AC_MSG_RESULT(yes)
case $host_os in
openbsd*|freebsd*)
openbsd*|freebsd
4
*)
AC_MSG_ERROR([*** Threaded Python not supported on this platform ***])
;;
esac
...
...
configure
View file @
47847942
...
...
@@ -4698,7 +4698,7 @@ if test "$pythreads" = "1"; then
echo
"
$as_me
:
$LINENO
: result: yes"
>
&5
echo
"
${
ECHO_T
}
yes"
>
&6
case
$host_os
in
openbsd
*
|
freebsd
*
)
openbsd
*
|
freebsd
4
*
)
{
{
echo
"
$as_me
:
$LINENO
: error: *** Threaded Python not supported on this platform ***"
>
&5
echo
"
$as_me
: error: *** Threaded Python not supported on this platform ***"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
...
...
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