> The win32 port doesn't have a native user space spinlock
> implementation yet.
It does when compiled with MingW.
Cheers,
Claudio
---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
http://www.memetrics.com/e
Many thanks for your reply Simon
On Wed, 30 Jun 2004, Simon Riggs wrote:
> Date: Wed, 30 Jun 2004 19:29:14 +0100
> From: Simon Riggs <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PATCHES] PITR Archive Recovery
>
> On Wed, 2004-06-30 at 12:27, [EMAIL PROTECTED]
Claudio Natoli <[EMAIL PROTECTED]> writes:
>> The win32 port doesn't have a native user space spinlock
>> implementation yet.
> It does when compiled with MingW.
Are we intending to support any other compilers/build environments
than that one?
Offhand I would prefer to see us using the existing
Joe Conway said:
> Andrew Dunstan wrote:
>> The attached patch (and 2 new files incorporating previous
>> eloglvl.[ch] as before) has the following changes over previously
>> sent patch
>> (fixes all by me):
>
> Some comments below:
>
>
> In plperl_trigger_build_args(), this l
I also got the rpath test sense wrong in the make file fix. It should read
(assuming this mailer dowsn't break lines badly):
ifeq ($(enable_rpath), yes)
SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
-Wl,-rpath,$(perl_archlibexp)/CORE
else
SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
endif
Andrew Dunstan wrote:
I also got the rpath test sense wrong in the make file fix. It should read
(assuming this mailer dowsn't break lines badly):
ifeq ($(enable_rpath), yes)
SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
-Wl,-rpath,$(perl_archlibexp)/CORE
else
SHLIB_LINK = $(perl_embed_ldflags)
Andrew Dunstan wrote:
I will do some checking on these changes, but with those caveats they look
good to me.
Attached is an all inclusive revised patch. Please review and comment.
If there are no objections, I'll commit in a few hours.
As a side note, I think it would be *really* helpful if there
Andrew Dunstan wrote:
Doh! Very bogus! sizeof(int)and a malloc to boot ???
I didn't check the trigger code much because it has supposedly been working
for quite a while. I will examine more closely.
Well, essentially 4 bytes (sizeof(int)) were being allocated to print a
two byte interger that can
Joe Conway <[EMAIL PROTECTED]> writes:
> As a side note, I think it would be *really* helpful if there were a
> more comprehensive test script, and an expected results file available.
> Not sure though if it could be included in the standard regression tests
> on a configure-conditional basis --
Joe Conway said:
>
> As a side note, I think it would be *really* helpful if there were a
> more comprehensive test script, and an expected results file available.
> Not sure though if it could be included in the standard regression
> tests on a configure-conditional basis -- anyone know?
To the
Joe Conway wrote:
If there are no objections, I'll review and apply this tonight (west
coast USA time).
Andreas, please provide a corresponding documentation patch.
Here we are.
Since I don't have a SGML build environment, syntax is not checked.
Regards,
Andreas
Index: func.sgml
=
Alvaro Herrera said:
> On Thu, Jul 01, 2004 at 09:33:57AM -0700, Joe Conway wrote:
>
>> As a side note, I think it would be *really* helpful if there were a
>> more comprehensive test script, and an expected results file
>> available. Not sure though if it could be included in the standard
>> regr
On Thu, Jul 01, 2004 at 09:33:57AM -0700, Joe Conway wrote:
> As a side note, I think it would be *really* helpful if there were a
> more comprehensive test script, and an expected results file available.
> Not sure though if it could be included in the standard regression tests
> on a configur
Andreas Pflug wrote:
From an idea of Bruce, the attached patch implements the function
pg_tablespace_databases(oid) RETURNS SETOF oid
which delivers as set of database oids having objects in the selected
tablespace, enabling an admin to examine only the databases affecting
the tablespace for obje
Andrew Dunstan wrote:
Joe Conway said:
As a side note, I think it would be *really* helpful if there were a
more comprehensive test script, and an expected results file available.
Not sure though if it could be included in the standard regression
tests on a configure-conditional basis -- anyone kn
Tom Lane writes:
> Claudio Natoli <[EMAIL PROTECTED]> writes:
> >> The win32 port doesn't have a native user space spinlock
> >> implementation yet.
>
> > It does when compiled with MingW.
>
> Are we intending to support any other compilers/build environments
> than that one?
Not currently; at
[EMAIL PROTECTED] wrote:
Attached is a 1 line bug fix for dbmirror that was submitted.
It fixes a bug where some transactions could be dropped when writing
mirrored SQL statements to files.
Patch applied.
Joe
---(end of broadcast)---
TIP 1: subscrib
Andreas Pflug wrote:
From an idea of Bruce, the attached patch implements the function
pg_tablespace_databases(oid) RETURNS SETOF oid
which delivers as set of database oids having objects in the selected
tablespace, enabling an admin to examine only the databases affecting
the tablespace for obje
FYI, I am out of town from Friday 7/2 till Monday evening 7/5. I
probably won't have email while I'm gone. I will continue working on
this when I get back.
Also, I have made a few minor tweaks since submitting this patch namely
changing autovac_enabled to default to false. I am also trying to u
19 matches
Mail list logo