Re: You could be a PostgreSQL Patch Reviewer!

From: Mike Christensen <mike(at)kitchenpc(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: You could be a PostgreSQL Patch Reviewer!
Date: 2011-06-16 05:11:41
Message-ID: BANLkTinVO1zQS1K0cF_WCC4SXKWGuyzf7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Did anyone ever fix the annoying thing where uuid_generate_v4()
doesn't work on Windows 64bit?

On Wed, Jun 15, 2011 at 9:46 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> writes:
>> Any chance of flagging patches on the commitfest when they're platform
>> specific? I'm hurting for time but will check out Windows-specific stuff
>> if it's an area the project particularly needs help with.
>
> Well, a quick look through
> https://commitfest.postgresql.org/action/commitfest_view/inprogress
> suggests that these could use attention:
>
> Latch implementation: wake on postmaster death, reduce archiver wakeups
>        Has a Windows-specific implementation, which needs testing
>
> POSIX shared memory
>        Does this work on Windows?
>
> Allow multiple Postgres clusters running on the same machine to distinguish themselves in the event log
>        Windows-only feature, I assume
>
> Add Support for building with Visual Studio 2010
>        Needs testing not only with VS2010, but older versions
>
> libpq SSL with non-blocking sockets (WIP)
>        Might need testing on Windows, not sure
>
>
>                        regards, tom lane
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2011-06-16 05:23:04 Re: You could be a PostgreSQL Patch Reviewer!
Previous Message Mike Christensen 2011-06-16 05:04:43 Constraint to ensure value does NOT exist in another table?