remove SIBackendInit return value - Mailing list pgsql-patches

From Alvaro Herrera
Subject remove SIBackendInit return value
Date
Msg-id 20070625190240.GD15627@alvh.no-ip.org
Whole thread Raw
Responses Re: remove SIBackendInit return value  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: remove unused "caller" arg from stringToQualifiedNameList
Next
From: Heikki Linnakangas
Date:
Subject: Re: Load Distributed Checkpoints, take 3