[BUGS] BUG #1348: Wishlist: \pset expanded with value

2004-12-13 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1348 Logged by: Brad Bowman Email address: [EMAIL PROTECTED] PostgreSQL version: 7.2.1 Operating system: Debian linux Description:Wishlist: \pset expanded with value Details: I hope this is an appropriat

Re: [BUGS] Error in pg_dump and pg_dumpall

2004-12-13 Thread Tom Lane
[EMAIL PROTECTED] writes: > The comment on constraint of type the CHECK is before creation of mother > table. Yeah, I reproduced this here. The ordering of comments isn't completely right --- if we fold the constraint into the mother table then the dependency that should make the ordering go the

Re: [BUGS] BUG #1347: Bulk Import stopps after a while ( 8.0.0.

2004-12-13 Thread Kris Jurka
I sent him a driver that was recompiled with MAX_BUFFERED_QUERIES = 1 and he still appears to be having some problems, but I have no idea where. Kris Jurka -- Forwarded message -- Date: Mon, 13 Dec 2004 06:51:10 -0800 (PST) From: Bahadur Singh <[EMAIL PROTECTED]> To: Kris Jurka

Re: [BUGS] postgresql-8.0.0 beta5 & postgresql-7.4.6 can't compile successfully

2004-12-13 Thread Bruce Momjian
Luojia Chen wrote: > Hi, > > Please see my inline reply. > > Bruce Momjian wrote: > > Would you tell use what is on this line? > > > > /usr/include/sys/siginfo.h:259: > > ctid_t __ctid; /* contract ID */ OK, do a 'grep' and find out what /usr/include/* file contains the d

Re: [BUGS] Win 32 'could not attach to proper memory at fixed address'

2004-12-13 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Bruce Momjian <[EMAIL PROTECTED]> writes: >>> o Allow the shared memory address to be configured via GUC >>> This is something we knew might be required and now I think it is >>> required. Using a fixed address was always pretty crazy.

Re: [BUGS] Win 32 'could not attach to proper memory at fixed address'

2004-12-13 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Added to TODO for Win32: > > o Allow the shared memory address to be configured via GUC > > This is something we knew might be required and now I think it is > > required. Using a fixed address was always pretty crazy. > > I

Re: [BUGS] Win 32 'could not attach to proper memory at fixed address'

2004-12-13 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Added to TODO for Win32: > o Allow the shared memory address to be configured via GUC > This is something we knew might be required and now I think it is > required. Using a fixed address was always pretty crazy. I see no proof of that at all in

Re: [BUGS] Win 32 'could not attach to proper memory at fixed address'

2004-12-13 Thread Bruce Momjian
Added to TODO for Win32: o Allow the shared memory address to be configured via GUC This is something we knew might be required and now I think it is required. Using a fixed address was always pretty crazy. --- Ma

Re: [BUGS] BUG #1347: Bulk Import stopps after a while ( 8.0.0.

2004-12-13 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > // To avoid this, we guess at how many queries we can send before the > // server -> driver stream's buffer is full (MAX_BUFFERED_QUERIES). It seems essentially impossible for the driver to do this reliably, since it has no clue how much data any

Re: [BUGS] postgresql-8.0.0 beta5 & postgresql-7.4.6 can't compile successfully

2004-12-13 Thread Bruce Momjian
Would you tell use what is on this line? /usr/include/sys/siginfo.h:259: Seems you need an extra #include for that platform. Try adding "#include " before the signal.h include and see if that helps. If your signal.h can't be used without a previous include being present it sounds like

Re: [BUGS] Win 32 'could not attach to proper memory at fixed address'

2004-12-13 Thread Magnus Hagander
> Running RC1 on Windows 2003 Server I get the following: > > 2004-12-13 13:01:11 FATAL: could not attach to proper memory > at fixed address: > shmget(key=5432001, addr=00DB) failed: Invalid argument > 2004-12-13 13:01:11 FATAL: could not attach to proper memory > at fixed address: > shm

Re: [BUGS] BUG #1347: Bulk Import stopps after a while ( 8.0.0.

2004-12-13 Thread Kris Jurka
On Mon, 13 Dec 2004, PostgreSQL Bugs List wrote: > > The following bug has been logged online: > > Bug reference: 1347 > PostgreSQL version: 8.0 Beta > Operating system: Windows XP > Description:Bulk Import stopps after a while ( 8.0.0. RC1) > > - I have written a java progra