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 has elements 5 through 10, then ! * ARR_DIMS(a)[2] == 6 and ARR_LBOUND[2] == 5. * * Unlike C, the default lower bound is 1. */ --- 81,87 ---- * ARR_LBOUND returns a pointer to an array of array lower bounds. * * That is: if the third axis of an array has elements 5 through 10, then ! * ARR_DIMS(a)[2] == 6 and ARR_LBOUND(a)[2] == 5. * * Unlike C, the default lower bound is 1. */
Weiping He <laser@zhengmai.com.cn> writes:
> seems the comment of macro ARR_LBOUND missed '(a)',
> here is the diff:
Applied, thanks!
regards, tom lane
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера