pgsql: Fix thinko: errmsg -> ereport.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko: errmsg -> ereport.
Date: 2015-11-19 19:16:52
Message-ID: E1ZzUhQ-0002Tv-MT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9be3a4e24dc777e31f6358907ebefac841ea2632

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-11-19 19:38:36 pgsql: doc: Clarify some things on pg_receivexlog reference page
Previous Message Robert Haas 2015-11-19 15:51:33 pgsql: Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERRO