pgsql: Fix incorrect message in ATWrongRelkindError.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect message in ATWrongRelkindError.
Date: 2015-10-28 10:59:58
Message-ID: E1ZrOSU-00017Z-G0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect message in ATWrongRelkindError.

Mistake introduced by commit 3bf3ab8c563699138be02f9dc305b7b77a724307.

Etsuro Fujita

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/589017eb5d3d447118641cf5d46b58e1d3ff0387

Modified Files
--------------
src/backend/commands/tablecmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-10-28 11:31:04 pgsql: Add missing serial comma, for consistency.
Previous Message Alvaro Herrera 2015-10-28 02:06:48 Re: [COMMITTERS] pgsql: Cleanup commit timestamp module activaction, again