Re: [PATCHES] Adding Rendezvous support to postmaster

2003-07-22 Thread Bruce Momjian
Got it. Thanks for the testing. Patch attached and applied. --- Chris Campbell wrote: > OK, compiled and tested. Looks good. One modification to your patch: > there's a line that says "if (service_name != NULL)" -- that s

Re: [PATCHES] Adding Rendezvous support to postmaster

2003-07-21 Thread Bruce Momjian
OK, new patch attached, with the adjustment you suggested. We do probably have a few days to resolve this, but if we run out of time, I will drop it like a hot potato and keep it for 7.5. :-) --- Chris Campbell wrote: > On

Re: [PATCHES] Adding Rendezvous support to postmaster

2003-07-18 Thread Bruce Momjian
Here is a patch that adds a Rendezvous GUC variable to set the Rendezvous name. Chris, would you please test this and let me know how it works. I know we are past cutoff, but I want to get Rendezvous completely functional. I didn't bother with conditionally including it in postgresql.conf becau