| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pq_setkeepalives* functions |
| Date: | 2010-03-13 17:38:33 |
| Message-ID: | 201003131738.o2DHcXk13115@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > Tom Lane wrote:
> >> This is making things worse, not better. You have just changed the
> >> behavior, and not in a good way. Formerly these were no-ops on
> >> a unix socket connection, and now they can throw errors.
>
> > Is this the proper way to fix the issue? Patch attached.
>
> AFAICS there is no issue, and the code is fine as-is.
>
> Modifying the "get" functions as you propose would be harmless, but it's
> also not an improvement, since it would result in redundant code in the
> functions when those macros aren't defined.
>
> I don't see any real advantage in making the set and get functions
> look slightly more alike. They're doing different things.
OK, thanks for the analysis.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2010-03-13 19:26:20 | Re: Getting to beta1 |
| Previous Message | Tom Lane | 2010-03-13 17:38:08 | Re: Dyamic updates of NEW with pl/pgsql |