pgsql: Fix typo in error message.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in error message.
Date: 2011-09-07 17:29:48
Message-ID: E1R1Lwa-00050U-T4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in error message.

Per Euler Taveira de Oliveira.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/99155aaa33f417daabd38c8b225c09a3c6da71ba

Modified Files
--------------
src/backend/commands/collationcmds.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-09-07 18:43:17 pgsql: In pg_upgrade, disallow migration of 8.3 clusters using contrib/
Previous Message Tom Lane 2011-09-07 17:02:52 pgsql: Fix get_name_for_var_field() to deal with RECORD Params.