[BUGS] BUG #4934: regression in IN with joins in subselect

2009-07-22 Thread Benjamin Reed
The following bug has been logged online: Bug reference: 4934 Logged by: Benjamin Reed Email address: ran...@opennms.org PostgreSQL version: 8.4.0 Operating system: Mac OS X 10.5 Description:regression in IN with joins in subselect Details: I've hit a regressi

Re: [BUGS] BUG #4934: regression in IN with joins in subselect

2009-07-22 Thread Benjamin Reed
On 7/22/09 4:39 PM, Tom Lane wrote: > "Benjamin Reed" writes: >> I've hit a regression vs. PostgreSQL 8.2 and 8.3 (and probably others) >> related to subselects. This query: > > It's not going to be possible to examine this with just the query. > Yo

Re: [BUGS] Libpq is not a shared library on Mac OS X

2003-01-02 Thread Benjamin Reed
On Thu, 2003-01-02 at 13:38, Peter Eisentraut wrote: > Kenji Sugita writes: > > > A libpq library on Mac OS X is made as a loadable library (bundle). Since a > > shared library version (dylib) of libpq does not exist, all programs which > > use libpq are always linked with a static version of libp

Re: [BUGS] Libpq is not a shared library on Mac OS X

2003-01-03 Thread Benjamin Reed
> I have a fix for it in the Fink packages. It needs a little reworking, > but basically works. > > Give me a few minutes, I'll clean up the patch a bit and pass it on. Is > it OK to post it here, or is there somewhere better to send it? I sent out my patch last night. If anyone else wants to t

Re: [BUGS] Libpq is not a shared library on Mac OS X

2003-01-08 Thread Benjamin Reed
On Wednesday, January 8, 2003, at 08:02 PM, Bruce Momjian wrote: This patch has fixes for Darwin, and some PAM configure checks. Is this to be applied for PostgreSQL 7.4? It was made against 7.3.1, but it's up to you guys as to whether it's too invasive to change in the stable releases. Post

Re: [BUGS] Libpq is not a shared library on Mac OS X

2003-01-08 Thread Benjamin Reed
On Wednesday, January 8, 2003, at 10:56 PM, Tom Lane wrote: I was unhappy that the patch seemed to be tweaking stuff that wasn't directly related to the claimed purpose. I will test and apply the parts that are related to OS X shared library behavior. If Benjamin wants to advocate the other stu

[BUGS] BUG #1584: undefined symbol _tas

2005-04-10 Thread Benjamin Reed
The following bug has been logged online: Bug reference: 1584 Logged by: Benjamin Reed Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.9 Operating system: Mac OS X 10.4.0 ("Tiger") Description:undefined symbol _tas Details: Something has chang

Re: [BUGS] BUG #1584: undefined symbol _tas

2005-04-10 Thread Benjamin Reed
Tom Lane wrote: Perhaps Apple stopped defining __APPLE__ ? Or switched from __ppc__ to __powerpc__ ? But in any case, updating to PG 7.4 or later should make the problem go away. If you really don't want to move off 7.3, look in src/backend/storage/lmgr/s_lock.c. Yeah, I got that far, but was ha

Re: [BUGS] building Postgresql 7.3.10 on Mac OS X 10.4

2005-10-13 Thread Benjamin Reed
On 10/13/05, Bruce Momjian wrote: > I would get a newer version of PostgreSQL, either 8.0.X or 8.1beta. I > am sure that wil work. Yes, I discontinued support for the 7.3.x series on Mac OS X 10.4 in the Fink packages for just this reason; it's not worth trying to backport the changes from the