Re: [PATCHES] typo in src/include/utils/array.h
Weiping He <[EMAIL PROTECTED]> writes: > seems the comment of macro ARR_LBOUND missed '(a)', > here is the diff: Applied, thanks! regards, tom lane ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[PATCHES] typo in src/include/utils/array.h
seems the comment of macro ARR_LBOUND missed '(a)', here is the diff: *** array.h.old Thu Jul 10 01:01:42 2003 --- array.h Thu Jul 10 01:01:53 2003 *** *** 81,87 * ARR_LBOUND returns a pointer to an array of array lower bounds. * * That is: if the third axis of an array h
