Jorgen Austvik - Sun Norway <[EMAIL PROTECTED]> writes:
> this patch should only move the stat operation into
> convert_sourcefiles_in().
Applied, thanks.
regards, tom lane
---(end of broadcast)---
TIP 9: In versions below
On Mon, 2007-11-26 at 21:13 -0500, Tom Lane wrote:
> Since Simon seems intent on hacking something in there, here is a patch
> that I think is actually sane for improving operator lookup speed.
> This patch caches all lookups, exact or ambiguous (since even the exact
> ones require multiple cache
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
> Since Simon seems intent on hacking something in there, here is a patch
> that I think is actually sane for improving operator lookup speed.
+1 on the patch (reviewed and tested), and +1 for rolling it into RC.
- --
Greg Sabino Mullane [EMAI
Jorgen Austvik wrote:
Maybe push the stat operation inside convert_sourcefiles_in ?
Yes, that was what I tried to do in the patch, but unfortunately I was
too eager :) I'll send a new proposal tomorrow. Thanks for your help!
Hi,
this patch should only move the stat operation into
convert_s
This patch implements the function parameter referencing by name as
discussed before.
Please find the version 1.0 of this patch at http://www.postgresql.nl/gevik/
The zip archive contains a combined and separate patches to make reviewing
easier.
How this patch is implemented:
As discussed before
Postmaster already has code to announce its services via DNS-SD
(ZeroConf) by using Apple's Bonjour API. This series of patches
implements that capability on top of the Avahi library[1] which
is free software, available for a wider variety of platforms.
I've separated the change set into smaller