[PATCHES] Another unused variable

2005-06-23 Thread Alvaro Herrera
This trivial patch removes an unused variable, this time in utils/init/postinit.c Please apply, -- Alvaro Herrera (alvherre[a]surnet.cl) Licensee shall have no right to use the Licensed Software for productive or commercial use. (Licencia de StarOffice 6.0 beta) Index:

Re: [PATCHES] Another unused variable

2005-06-23 Thread Neil Conway
Alvaro Herrera wrote: This trivial patch removes an unused variable, this time in utils/init/postinit.c Applied, thanks. -Neil ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [PATCHES] Function's LEAST, GREATEST and DECODE (Oracle vararg polymorphic functions)

2005-06-23 Thread Tom Lane
Pavel Stehule [EMAIL PROTECTED] writes: + /* If any argument is null, then result is null (for GREATEST and LEAST)*/ Are you sure about that? The only reference I could find says that these functions are not strict in Oracle: