Re: [BUGS] BUG #1167: POSIX getpwuid_r 4arg vs 5arg issue

2004-06-20 Thread Jim Helm
r this, and all the work you guys have put into PostgreSQL. --Jim > -Original Message- > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 15, 2004 8:48 PM > To: James Helm > Cc: [EMAIL PROTECTED] > Subject: Re: [BUGS] BUG #1167: POSIX getpwuid_r 4arg vs

Re: [BUGS] BUG #1167: POSIX getpwuid_r 4arg vs 5arg issue

2004-06-17 Thread Bruce Momjian
Jim Helm wrote: > Thanks. I wish I had seen it earlier myself. I've been busy on other > projects and haven't been following the 7.4.X releases. Doesn't hurt me > any, since I was able to just build without thread support, but I > thought it would be good for other to know about it. > > Thanks a

Re: [BUGS] BUG #1167: POSIX getpwuid_r 4arg vs 5arg issue

2004-06-15 Thread Bruce Momjian
OK, I have fixed this so the configure test happens with the proper thread flags. Patch attached, and it will be in 7.4.4. --- PostgreSQL Bugs List wrote: > > The following bug has been logged online: > > Bug reference:

Re: [BUGS] BUG #1167: POSIX getpwuid_r 4arg vs 5arg issue

2004-06-15 Thread Bruce Momjian
Well, shame you reported it today, rather than a few days before the release. I added code which should have detected whether your system uses 4 or 5 args to getpwuid_r, but obviously it didn't work in your case. I need to see your config.log's references to getpwuid_r to find the cause of the f

[BUGS] BUG #1167: POSIX getpwuid_r 4arg vs 5arg issue

2004-06-15 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1167 Logged by: James Helm Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Solaris 9 Sparc Description:POSIX getpwuid_r 4arg vs 5arg issue Details: I just downloaded the 7.4.3 t