[HACKERS] dbmirror

2002-11-25 Thread Tatsuo Ishii
Hi, I have been playing around with contrib/dbmirror with RC2 and faced with following errors: perl DBMirror.pl slaveDatabase.conf Global symbol $setResult requires explicit package name at DBMirror.pl line 131. Global symbol $setResult requires explicit package name at DBMirror.pl line 132.

[HACKERS] Location of language .mo files or 'Zato postgres ne govori Hrvatski' ???

2002-11-25 Thread Darko Prenosil
Anyone knows right install location and name for language .mo files ? I created new .po file, configure and make was OK. Translation is also checked as explained on PostgreSQL site. When I install, .mo file is copied to: /usr/local/pgsql/share/locale/hr_HR/LC_MESSAGES/postgres.mo

Re: [HACKERS] RC1? AIX 4.2.1.0

2002-11-25 Thread Samuel A Horwitz
system = powerpc-ibm-aix4.2.1.0 configure command env CC=gcc ./configure --with-maxbackends=1024 --with-openssl=/usr/local/ssl --enable-syslog --enable-odbc --disable-nls gmake check output file regression.out -- parallel group (13 tests): text varchar oid int2 char boolean

Re: [HACKERS] RC1? AIX 4.2.1.0 (fwd)

2002-11-25 Thread Samuel A Horwitz
Sorry forgot to include that I had to add -lssl and -lcrypto ti the libpq line in Makefile.global.in in the src directory to get ecpg to link as follows 286c286 libpq = -L$(libpq_builddir) -lpq --- libpq = -L$(libpq_builddir) -lpq -lssl -lcrypto [EMAIL PROTECTED] (Samuel A Horwitz)

[HACKERS] RC2 Packaged in Preparation for a Wednesday Release ...

2002-11-25 Thread Marc G. Fournier
Morning all ... On Sunday this weekend, we packaged up PostgreSQL v7.3rc2 for testing ... this release, if all goes well, will become the Final Release on Wednesday, unless anyone comes up with any outstanding issues. At this point, we need as many ppl as possible to try and break it, so

[HACKERS] Native Win32 sources

2002-11-25 Thread Ulrich Neumann
Hello, i've read that there are 2 different native ports for Windows somewhere. I've searched for them but didn't found them. Is there anyone who can point me to a link or send me a copy of the sources? Thanks Ulrich -- This e-mail is virus scanned Diese

[HACKERS] transactions and stored procedures

2002-11-25 Thread Scott Shattuck
Hi, Just trying to confirm my understanding of how PG manages transactions with respect to stored procedures, in particular, stored procedures which invoke other procedures and their attendant SQL statements. Assuming the following description of a set of procedures: procA consists of calls

Re: [HACKERS] Native Win32 sources

2002-11-25 Thread Bruce Momjian
They are in process for 7.4. There are a few non-source Win32 commercial distributions. --- Ulrich Neumann wrote: Hello, i've read that there are 2 different native ports for Windows somewhere. I've searched for

[HACKERS] Solaris still failing RC2

2002-11-25 Thread scott.marlowe
Now, Solaris seems to be running all the tests but failing something like 29 out of 85 of them. With a vanilla ./configure;make, I get this on a make check: == running regression test queries== parallel group (13 tests): char int8 oid int2 int4 varchar name

Re: [HACKERS] Solaris still failing RC2

2002-11-25 Thread Christopher Kings-Lynne
Can you send in the regression.diffs file? Chris - Original Message - From: scott.marlowe [EMAIL PROTECTED] To: Tom Lane [EMAIL PROTECTED] Cc: PostgreSQL-development [EMAIL PROTECTED] Sent: Monday, November 25, 2002 1:41 PM Subject: [HACKERS] Solaris still failing RC2 Now, Solaris

Re: [HACKERS] Solaris still failing RC2

2002-11-25 Thread scott.marlowe
On Mon, 25 Nov 2002, Christopher Kings-Lynne wrote: Can you send in the regression.diffs file? Chris - Original Message - From: scott.marlowe [EMAIL PROTECTED] To: Tom Lane [EMAIL PROTECTED] Cc: PostgreSQL-development [EMAIL PROTECTED] Sent: Monday, November 25, 2002 1:41 PM

Re: [HACKERS] Native Win32 sources

2002-11-25 Thread Bruce Momjian
Ulrich Neumann wrote: Hello, i've read that there are 2 different native ports for Windows somewhere. I've searched for them but didn't found them. Is there anyone who can point me to a link or send me a copy of the sources? Oh, you are probably asking about the sources. They are not

Re: [HACKERS] Solaris still failing RC2

2002-11-25 Thread scott.marlowe
On Mon, 25 Nov 2002, Christopher Kings-Lynne wrote: Can you send in the regression.diffs file? OK, after a bit of hair pulling, and figuring out I was running out of space because of quotas, I've gotten it to run with only one failure, which was because of having too many files open, and

[HACKERS] Fw: PostgreSQL 7.3 Platform Testing

2002-11-25 Thread Christopher Kings-Lynne
From another Solaris tester. Is anyone actually checking the web submissions? Chris - Original Message - From: Martin Renters [EMAIL PROTECTED] To: Christopher Kings-Lynne [EMAIL PROTECTED] Sent: Monday, November 25, 2002 2:27 PM Subject: Re: PostgreSQL 7.3 Platform Testing On Mon,

[HACKERS] Postgres Security Expert???

2002-11-25 Thread Christopher Kings-Lynne
Does anyone know who the Postgres security patcher mentioned in this article is: http://kernel.sysdoor.com/eng/ Is it that guy who found all the buffer overflows? Chris ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to

[HACKERS] Problem with initdb -W

2002-11-25 Thread Bruce Momjian
I have an IRC report, confirmed, that in RC2 initdb -W (set super-user password) fails: $ initdb -W The files belonging to this database system will be owned by user postgres. This user must also own the server process. The database cluster will be

Re: [HACKERS] Postgres Security Expert???

2002-11-25 Thread Justin Clift
Christopher Kings-Lynne wrote: Does anyone know who the Postgres security patcher mentioned in this article is: http://kernel.sysdoor.com/eng/ Is it that guy who found all the buffer overflows? Don't know. Just asked them through their online form. Let's hope they get back to us. :-)

Re: [HACKERS] Problem with initdb -W

2002-11-25 Thread Bruce Momjian
It was easier than I thought. As I now remember, it is not a problem if pg_pwd or pg_group don't exist. Initdb should check for pg_pwd because it just added a password, so it better exist, but there is no reason for pg_group to exist at this point. I will patch 7.3 and current CVS. I don't

Re: [HACKERS] Problem with initdb -W

2002-11-25 Thread Christopher Kings-Lynne
I have an IRC report, confirmed, that in RC2 initdb -W (set super-user password) fails: Enter new superuser password: Enter it again: setting password... The group file wasn't generated. Please report this problem. initdb failed. Removing /u/pg/data. I had actually experienced this

Re: [HACKERS] Solaris still failing RC2

2002-11-25 Thread Bruce Momjian
Please try RC2; this is fixed there. --- scott.marlowe wrote: Now, Solaris seems to be running all the tests but failing something like 29 out of 85 of them. With a vanilla ./configure;make, I get this on a make

Re: [HACKERS] Solaris still failing RC2

2002-11-25 Thread scott.marlowe
On Mon, 25 Nov 2002, Bruce Momjian wrote: Please try RC2; this is fixed there. U. That was with rc2 ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [HACKERS] Solaris still failing RC2

2002-11-25 Thread Bruce Momjian
scott.marlowe wrote: On Mon, 25 Nov 2002, Bruce Momjian wrote: Please try RC2; this is fixed there. U. That was with rc2 Oh. That's bad. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life

Re: [HACKERS] Problem with initdb -W

2002-11-25 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: It was easier than I thought. As I now remember, it is not a problem if pg_pwd or pg_group don't exist. Initdb should check for pg_pwd because it just added a password, so it better exist, but there is no reason for pg_group to exist at this point. I

[HACKERS] dbmirror had sprintf string too short

2002-11-25 Thread Bruce Momjian
I have just applied a patch to 7.3 and current CVS to properly allocate an sprintf string in dbmirror: fullyqualtblname = SPI_palloc(strlen(tblname) + strlen(schemaname) + 6); sprintf(fullyqualtblname,\%s\.\%s\, schemaname,tblname); Old code