Re: [BUGS] initdb errors, postgresql-8.0-beta

2004-08-28 Thread Tom Lane
S Murthy Kambhampaty <[EMAIL PROTECTED]> writes: > I was able to successfully compile > postogresql-8.0-beta (make check reporteed "Passed all > 96 tests"). However, it appears that postresql was > compiled with the wrong value of --pkglibdir: rather > than libdir = $PREFIX/lib it was compiled wit

[BUGS] BUG #1236: still in use tablespaces can be removed

2004-08-28 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1236 Logged by: Fabien Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Beta Operating system: Linux debian Description:still in use tablespaces can be removed Details: Sorry if this bug was alrea

Re: [BUGS] BUG #1236: still in use tablespaces can be removed

2004-08-28 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > Suggested fix: create some empty file in the directory > if it is used by a namespace. This was discussed and rejected before --- the problem is not worth the amount of mechanism that would have to be added to fix it this way. See the pghackers

Re: [BUGS] BUG #1224: Restarting postgres appends extra -D argument

2004-08-28 Thread Bruce Momjian
Bruce Momjian wrote: > > I can confirm this bug report now. I see it happens with: > > pg_ctl -D /u/pg/data restart > > You have to use '-D' and 'restart' to cause -D to duplicate in > postmaster.opts on every restart. It should be fixed because excessive > restarts could exceed the maxi

Re: [PATCHES] [BUGS] BUG #1219: pgxs does not work fully

2004-08-28 Thread Bruce Momjian
Patch applied. Thanks. --- Fabien COELHO wrote: > > > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: > > > The patch adds missing the "libpgport.a" file to the installation under > > > "install-all-headers". It

Re: [BUGS] server crash in very big transaction [postgresql 8.0beta1]

2004-08-28 Thread Bruce Momjian
Is this fixed? --- Tom Lane wrote: > "ÿceÿac" "ÿbdÿaa" <[EMAIL PROTECTED]> writes: > > --- Alvaro Herrera <[EMAIL PROTECTED]> wrote: > >> Huh, so what kind of operations did you execute > >> within the transa

Re: [BUGS] pgsql 8.0 beta1 patch for token and timezone

2004-08-28 Thread Bruce Momjian
I do not see a patch. Did you forget to attach it? --- Zhong Jacky wrote: > Hi pgsql-bugs, > >I'm a Chinese and I am using WinXp Chs to compile pgsql 8.0 beta 1 > in the MinGW environment. I found 2 bugs and fix them,