Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT
Дата
Msg-id 24598.1249251458@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT  (Dimitri Fontaine <dfontaine@hi-media.com>)
Ответы Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT  (Robert Haas <robertmhaas@gmail.com>)
Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT  (Kim Bisgaard <kim+pg@alleroedderne.adsl.dk>)
Список pgsql-hackers
Dimitri Fontaine <dfontaine@hi-media.com> writes:
> Yes, and as I didn't have the time to install filterdiff I've attached  
> a revision of your patch in git format which adresses the problem I  
> mentioned, in a tarball also containing raw notes, tests, and  
> regression.{out,diffs}.

Applied with assorted corrections, plus the just-discussed change of
syntax to SET STATISTICS DISTINCT.

> mqke check is failing on opr_sanity test in what looks like an  
> ordering issue, but I didn't feel confident enough to adapt the .out  
> to force the regression into passing.

Hmm, I saw no such change here, so I left the regression test alone.
It might be a platform-specific behavior, in which case the buildfarm
will soon tell us.  If so, adding an ORDER BY to that query seems
like the right fix.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: dependencies for generated header files
Следующее
От: Brendan Jurd
Дата:
Сообщение: Re: WIP: to_char, support for EEEE format