Redundant error messages in policy.c

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Redundant error messages in policy.c
Дата
Msg-id CA+mi_8ai2avswJM8dEA4s1=2kHnWoZfkpXym20vqfzA9oQPviQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Redundant error messages in policy.c  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
There are 5 different strings (one has a whitespace error), they could
be 2. Patch attached.

postgresql/src/backend$ grep errmsg commands/policy.c | grep policy |
sed 's/^ *//'
 errmsg("policy \"%s\" for relation \"%s\" already exists",
 errmsg("policy \"%s\" on table \"%s\" does not exist",
 errmsg("policy \"%s\" for table \"%s\" already exists",
 errmsg("policy \"%s\" for table \"%s\" does not exist",
 errmsg("policy \"%s\" for table  \"%s\" does not exist",

-- Daniele

Вложения

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

Предыдущее
От: Corey Huinker
Дата:
Сообщение: Re: dblink: add polymorphic functions.
Следующее
От: Andres Freund
Дата:
Сообщение: Missing extension locks in the nbtree code