dbTalk Databases Forums  

[BUGS] BUG #1067: typo in config template

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1067: typo in config template in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PostgreSQL Bugs List
 
Posts: n/a

Default [BUGS] BUG #1067: typo in config template - 01-27-2004 , 05:59 AM







The following bug has been logged online:

Bug reference: 1067
Logged by: Jörn Clausen

Email address: joern (AT) TechFak (DOT) Uni-Bielefeld.DE

PostgreSQL version: 7.4

Operating system: OSF1/Tru64 Unix

Description: typo in config template

Details:

Hi!

postgresql-7.4.1/src/template/osf should be changed to

THREAD_LIBS="-lpthread"

The "l" is missing.



---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply With Quote
  #2  
Old   
Bruce Momjian
 
Posts: n/a

Default Re: [BUGS] BUG #1067: typo in config template - 01-27-2004 , 10:27 AM






PostgreSQL Bugs List wrote:
Quote:
The following bug has been logged online:

Bug reference: 1067
Logged by: Jörn Clausen

Email address: joern (AT) TechFak (DOT) Uni-Bielefeld.DE

PostgreSQL version: 7.4

Operating system: OSF1/Tru64 Unix

Description: typo in config template

Details:

Hi!

postgresql-7.4.1/src/template/osf should be changed to

THREAD_LIBS="-lpthread"

The "l" is missing.
The next release will have this:

if test "$GCC" = yes
then THREAD_LIBS="-pthread"
else THREAD_CPPFLAGS="-pthread"
THREAD_LIBS="-lpthread"
fi
--
Bruce Momjian | http://candle.pha.pa.us
pgman (AT) candle (DOT) pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.