remove SIBackendInit return value

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: remove SIBackendInit return value
Date: 2007-06-25 19:02:40
Message-ID: 20070625190240.GD15627@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

SIBackendInit returns a flag indicating whether it worked or not. Since
there is only one caller and it dies with a FATAL error when
SIBackendInit failed, it seems better to move the elog and remove the
return value, per this patch.

--
Alvaro Herrera http://www.amazon.com/gp/registry/5ZYLFMCVHXC
"Always assume the user will do much worse than the stupidest thing
you can imagine." (Julien PUYDT)

Attachment Content-Type Size
SIBackendInit-return.patch text/x-diff 4.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Mark Cave-Ayland 2007-06-25 19:18:17 Re: msvc and vista fun
Previous Message Alvaro Herrera 2007-06-25 18:25:31 Re: remove unused "caller" arg from stringToQualifiedNameList