"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)
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
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
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
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
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
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
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