pgsql: Fix thinko: errmsg -> ereport.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix thinko: errmsg -> ereport.
Дата
Msg-id E1ZzUhQ-0002Tw-MY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix thinko: errmsg -> ereport.

Silly mistake in my commit 09cecdf285ea9f51, reported by Erik Rijkers.

The fact that the buildfarm didn't find this implies that we are not
testing Perl builds that lack MULTIPLICITY, which is a bit disturbing
from a coverage standpoint.  Until today I'd have said nobody cared
about such configurations anymore; but maybe not.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bb8b17960386e7026c4b5a63419752f310fa386a

Modified Files
--------------
src/pl/plperl/plperl.c |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix thinko: errmsg -> ereport.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Clarify some things on pg_receivexlog reference page