Re: [HACKERS] Warning in new GIN code

2014-01-23 Thread Heikki Linnakangas
On 01/23/2014 08:41 PM, Tom Lane wrote: The rather ancient gcc on my HPUX box is complaining thusly about HEAD: ginbtree.c: In function `ginPlaceToPage': ginbtree.c:602: warning: control reaches end of non-void function I would imagine this would happen on any compiler that doesn't recognize th

[HACKERS] Warning in new GIN code

2014-01-23 Thread Tom Lane
The rather ancient gcc on my HPUX box is complaining thusly about HEAD: ginbtree.c: In function `ginPlaceToPage': ginbtree.c:602: warning: control reaches end of non-void function I would imagine this would happen on any compiler that doesn't recognize the hint about elog(ERROR) not returning. C