From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Stephen Frost <sfrost(at)snowman(dot)net> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: BUG #2246: Only call pg_fe_getauthname if none given |
Date: | 2006-02-15 20:23:38 |
Message-ID: | 19235.1140035018@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-patches |
Stephen Frost <sfrost(at)snowman(dot)net> writes:
> Perhaps I'm missing something obvious (and if so, I'm sorry) but
> couldn't we just build up the character array in PQsetdbLogin to be
> passed in to connectOptions1?
That's a possibility too, though by the time you've finished building
that string (with appropriate quoting) and then tearing it apart again
in conninfo_parse, it's likely that you've eaten the cycles you hoped to
save ... especially since that processing would happen for all uses of
PQsetdbLogin, whether or not they could avoid calling pg_fe_getauthname.
I'm starting to feel that it's not worth messing with, which is
obviously the same conclusion we came to last time round ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Gerhard Lutz | 2006-02-16 13:21:18 | BUG #2265: CREATE TABLE when AUTOCOMMIT is OFF |
Previous Message | Andrew Klosterman | 2006-02-15 20:14:59 | Re: BUG #2246: Bad malloc interactions: ecpg, openssl |
From | Date | Subject | |
---|---|---|---|
Next Message | Sergey E. Koposov | 2006-02-15 23:35:25 | Re: patch fixing the old RETURN NEXT bug |
Previous Message | Andrew Klosterman | 2006-02-15 20:14:59 | Re: BUG #2246: Bad malloc interactions: ecpg, openssl |