[BUGS] porting the PostGreSQL on the M68K platform

2013-10-12 Thread Zhang, Hongwei
Dear sir, We are trying to port the PostGreSQL on the m68K platform, we've compiled it well, but failed to run it on the 54450 platform. I am wondering who we could refer to for help? Is there any commercial service that we could use for that kind of technical support?

Re: [BUGS] porting the PostGreSQL on the M68K platform

2013-10-12 Thread Tomas Vondra
On 12.10.2013 11:15, Zhang, Hongwei wrote: > Dear sir, > > We are trying to port the PostGreSQL on the m68K platform, we’ve > compiled it well, but failed to run it on the 54450 platform. I am > wondering who we could refer to for help? Is there any commercial > service that we could use for that

Re: [BUGS] BUG #8514: cache lookup failed for relation 421062806

2013-10-12 Thread Tomas Vondra
On 11.10.2013 08:14, Michael Paquier wrote: > On Thu, Oct 10, 2013 at 1:24 AM, wrote: >> my postgresql running file . but sometime i found cache lookup >> failed for relation 421062806 error in postgresql log. can anyone >> tell me significant of this error. > > A relation has disappeared even

Re: [BUGS] porting the PostGreSQL on the M68K platform

2013-10-12 Thread John R Pierce
On 10/12/2013 2:49 PM, Tomas Vondra wrote: I'm not sure what "54450 platform" is Presumably, the OP is referring to Freescale ColdFire MCF54450, one of an embedded family of 68000 like CPUs (not binary compatible, just assembler source compatible, and missing some parts of the 68000 architec

Re: [BUGS] BUG #8515: Random 'relation "..." does not exist'

2013-10-12 Thread Tomas Vondra
On 9.10.2013 19:35, nbudu...@gmail.com wrote: > The following bug has been logged on the website: > > Bug reference: 8515 > Logged by: Nicolas Buduroi > Email address: nbudu...@gmail.com > PostgreSQL version: 9.2.4 > Operating system: ArchLinux > Description: > > We'v

Re: [BUGS] BUG #8515: Random 'relation "..." does not exist'

2013-10-12 Thread John R Pierce
On 10/9/2013 10:35 AM, nbudu...@gmail.com wrote: Basically, at some point a query, update or insert will not work and complain about a table not existing, but that table was used without any issue previously. Closing the running connection to the database and reconnecting make that error disappea