pgsql: Mention the index name in 'could not create unique index' errors,

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Mention the index name in 'could not create unique index' errors,
Дата
Msg-id 20071029213128.46241754229@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Mention the index name in 'could not create unique index' errors,
per suggestion from Rene Gollent.

Modified Files:
--------------
    pgsql/src/backend/utils/sort:
        tuplesort.c (r1.78 -> r1.79)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/sort/tuplesort.c?r1=1.78&r2=1.79)
    pgsql/src/test/regress/expected:
        alter_table.out (r1.103 -> r1.104)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/alter_table.out?r1=1.103&r2=1.104)
        create_index.out (r1.26 -> r1.27)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/create_index.out?r1=1.26&r2=1.27)

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

Предыдущее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: plproxy - plproxy: stop autogenerating debian/changelog
Следующее
От: dpage@pgfoundry.org (User Dpage)
Дата:
Сообщение: pginstaller - pginst: Copy the returned string from setlocale() per code