Re: why postgresql over other RDBMS - Mailing list pgsql-general

From Gregory Stark
Subject Re: why postgresql over other RDBMS
Date
Msg-id 87ejj7eigq.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: why postgresql over other RDBMS  (Bruce Momjian <bruce@momjian.us>)
List pgsql-general
"Bruce Momjian" <bruce@momjian.us> writes:

>> As far as I know, we asked for a libpq API change and you ignored
>> multiple requests.  You want the URLs?

No. One suggestion was made regarding an internal technical issue (polling
versus using select/poll on the sockets). I've long ago made that change
though I had questions about the best way to do it which were never answered
so even the way I made that change might not be acceptable.

In any case this was just one suggestion made based on discussion which
happened to turn up on list without actually reading the rest of the code. If
you're interested in reviewing the patch I'm sure you would have dozens of
issues. I would be happy to rework it along whatever lines you want.

But I would prefer to see people focus on reviewing major features like HOT,
clustered indexes, GII (which I would suggest calling index organized tables
since that's effectively what they are).

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: why postgresql over other RDBMS
Next
From: Gregory Stark
Date:
Subject: Re: Concurrency Question