Re: [HACKERS] Open 6.3.1 issues

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Open 6.3.1 issues
Дата
Msg-id 35278B7A.40EB6BE@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Open 6.3.1 issues  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Open 6.3.1 issues
Re: [HACKERS] Open 6.3.1 issues
Список pgsql-hackers
> OK, we have most of the open items fixed.  Marc, can you check on number
> 4, and Thomas, please apply your patch for item 3.  We can then package
> a patch and close 6.3.*.
>
> >       indexes not used that were used in 6.2(fixed)
> >       memory leak in backend when run on simple queries(fixed)
> >       negative sign causing problems in various areas, like float4 & shortint
> >       configure assert checking is reversed
> >       UNION crashes on ORDER BY or DISTINCT(already fixed in source tree)

How do we want to package the patches? Shall we assemble the relevant
patches as we did p1-p7 for v6.2.1? There were reports of problems or
difficulties from some people regarding the 6.3->6.3.1 patch, which is
probably pretty complex. Also, there are some changes in the source
tree, like the char2-16 removal, which should not appear until v6.4.

So, I'd recommend that we take the individual patches fixing each
problem, apply them to a clean v6.3.1, run regression tests (since those
apparently broke in v6.3.1) and then release that set of patches at one
time.

I'd be willing to do the regression testing and then pass the patches
back for posting. Comments?

                         - Tom

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Maurice Gittens"
Дата:
Сообщение: On improving OO support in posgresql and relaxing oid bottleneck at the same time
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [PATCHES] Re: [HACKERS] Everything leaks; How it mm suppose to work?