Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new
Date: 2008-12-01 17:10:15
Message-ID: 22940.1228151415@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> I could assign it to a variable, but won't the compiler just optimize
> that away?

Wouldn't count on that, particularly not if you are modifying other
strings at the same time.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-12-01 17:11:18 pgsql: Modify the new to_timestamp implementation so that
Previous Message Tom Lane 2008-12-01 17:06:41 pgsql: Ensure that the contents of a holdable cursor don't depend on

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-12-01 17:18:41 Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new
Previous Message Tom Lane 2008-12-01 17:09:28 Re: Statement-level triggers and inheritance