[PATCHES] pgcrypto warnings for Sun's cc

2005-07-12 Thread Kris Jurka
This patch removes a couple of warnings Sun's cc reports in contrib/pgcrypto. cc -Xa -v -g -KPIC -I. -I../../src/include -I/usr/local/include -c -o sha2.o sha2.c "sha2.c", line 173: warning: storage class after type is obsolescent "sha2.c", line 193: warning: storage class after type is obsol

[PATCHES] Doc patch: New PL/Perl Features

2005-07-12 Thread David Fetter
Folks, Please find enclosed document patches for PL/Perl features recently introduced in CVS TIP. These include: return_next returning PostgreSQL arrays spi_query/spi_fetchrow use strict Cheers, D -- David Fetter [EMAIL PROTECTED] http://fetter.org/ phone: +1 510 893 6100 mobile: +1 415 235

Re: [PATCHES] Doc patch: New PL/Perl Features

2005-07-12 Thread David Fetter
On Tue, Jul 12, 2005 at 12:21:29PM -0700, David Fetter wrote: > Folks, > > Please find enclosed document patches for PL/Perl features recently > introduced in CVS TIP. These include: > > return_next > returning PostgreSQL arrays > spi_query/spi_fetchrow > use strict > > Cheers, > D Oops. Pers

Re: [PATCHES] pgcrypto warnings for Sun's cc

2005-07-12 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > This patch removes a couple of warnings Sun's cc reports in > contrib/pgcrypto. Applied, thanks. regards, tom lane ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ?

Re: [PATCHES] A couple of patches for PostgreSQL 64bit support

2005-07-12 Thread Koichi Suzuki
Hi, Attached is a result of pgbench with 64bit patch PostgreSQL (base is 8.0.1). Benchmark machine is dual opteron (1.4GHz, 1MB cache each) with 8GB of memory and 120GB of IDE hard disk. Koichi Suzuki wrote: > I have some experimeltal data about this extension. I will gather it > and post hope

[PATCHES] SQLException: Cannot be less than zero

2005-07-12 Thread xavier.marquis
Hi,   I use PostgreSQL 8.0.3 and following associated drivers :    postgresql-8.0-311.jdbc2.jar postgresql-8.0-311.jdbc2ee.jar postgresql-8.0-311.jdbc3.jar   I want to use CachedRowSetImpl to populate one row in the following table :   CREATE TABLE "Form2"(  form2member3 int4,  form2member5 i

Re: [PATCHES] thousands comma numeric formatting in psql

2005-07-12 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian wrote: > > I have heavily modified your patch and have applied it. Instead of > > using langinfo, I used a \pset variable numericsep. > > Why? Because I don't have langinfo on my system, so I can't test it, nor add configure code for it. It also prevents

Re: [PATCHES] SQLException: Cannot be less than zero

2005-07-12 Thread Andrew Dunstan
This is completely the wrong list to ask this question - you need to ask on the lists at http://jdbc.postgresql.org/lists.html cheers andrew [EMAIL PROTECTED] wrote: Hi, I use PostgreSQL 8.0.3 and following associated drivers : postgresql-8.0-311.jdbc2.jar postgresql-8.0-311.jdbc2e

Re: [PATCHES] Doc patch: New PL/Perl Features

2005-07-12 Thread Neil Conway
David Fetter wrote: On Tue, Jul 12, 2005 at 12:21:29PM -0700, David Fetter wrote: Folks, Please find enclosed document patches for PL/Perl features recently introduced in CVS TIP. These include: return_next returning PostgreSQL arrays spi_query/spi_fetchrow use strict Cheers, D Oops. Pe

[PATCHES] backslashes in pgindent

2005-07-12 Thread Bruce Momjian
Luke, I have had to back out the removal of backslashes in the pgindent awk script. Your patch was to remove them: line1 !~ "^typedef" && line1 !~ "^extern[ ][ ]*\"C\"" && line1 !~ "=" && !

Re: [PATCHES] [DOCS] Doc patch: New PL/Perl Features

2005-07-12 Thread Bruce Momjian
Oops, already applied. (Seems my threading email is busted.) --- David Fetter wrote: > Folks, > > Please find enclosed document patches for PL/Perl features recently > introduced in CVS TIP. These include: > > return_nex