Re: [PATCHES] [HACKERS] Compile failure with SSL

2004-06-25 Thread Tom Lane
"Dave Page" <[EMAIL PROTECTED]> writes: > OK, looks like the error below is a Win32 thing. The patch attached > #ifdef'd out the permissions check on the private key file as it won't > work under Windows anyway (a similar check in postmaster.c has has > already been ifdef'd out for the same reason)

Re: [PATCHES] pg_get_serial_sequence

2004-06-25 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > Attached is a new backend function, pg_get_serial_sequence. Applied with some editorialization... regards, tom lane ---(end of broadcast)--- TIP 7: don't forget to increa

[PATCHES] ECPG Patch

2004-06-25 Thread Joshua D. Drake
Hello, This patch should apply against CVS HEAD. It adds SET DESCRIPTOR functionality. Let me know if there are any problems with it. Sincerely, Joshua D. Drake -- Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC Postgresql support, programming shared hosting and dedicated hos

Re: [PATCHES] PITR Archival

2004-06-25 Thread Simon Riggs
On Tue, 2004-06-15 at 16:34, Simon Riggs wrote: > I enclose a working set of context diff patches and new files to make > PITR archiving work, as of cvstip (NOW). As of now, this patch is invalidated by recent changes. Don't try to run it, it doesn't even start. There's good news coming later in

[PATCHES] tz error prevents postmaster.c compiling...

2004-06-25 Thread Simon Riggs
Going backwards at a rate of knots, I can't even get postmaster to compile now and I'm talking about the one from cvstip, NOT with my changes...please assist a tired brain My errors: [EMAIL PROTECTED] postmaster]$ make gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarati

Re: [PATCHES] tz error prevents postmaster.c compiling...

2004-06-25 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: > Going backwards at a rate of knots, I can't even get postmaster to > compile now and I'm talking about the one from cvstip, NOT with my > postmaster.c:1046: error: storage size of `tz' isn't known > postmaster.c:1048: warning: implicit declaration of f

Re: [PATCHES] tz error prevents postmaster.c compiling...

2004-06-25 Thread Simon Riggs
On Fri, 2004-06-25 at 21:36, Tom Lane wrote: > Simon Riggs <[EMAIL PROTECTED]> writes: > > Going backwards at a rate of knots, I can't even get postmaster to > > compile now and I'm talking about the one from cvstip, NOT with my > > > postmaster.c:1046: error: storage size of `tz' isn't known

Re: [PATCHES] Include tablespace information in psql \d footers

2004-06-25 Thread Tom Lane
Gavin Sherry <[EMAIL PROTECTED]> writes: > Attached. Couple of problems with this: 1. Don't #ifndef WIN32 it. In the first place, we might have tablespace support on Windows later, and in the second place, even if psql is running on Windows that doesn't mean the server it's talking to is. 2. Pr