On Thu, Jan 25, 2007 at 03:29:50PM +0100, Peter Eisentraut wrote: > Magnus Hagander wrote: > > * NULL function pointer in SSL call cast to the correct pointer type > > Why not write NULL? > > In the alternative, declare the variable to have the right type to begin > with.
I went down the path of least resistance :-) Not sure if there was a reason to code it that way from the beginning. NULL works equally well (tested). I assume this change is something ac ommitter can take care of at commit-time, so I'll not resubmit for it unless asked to. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate