pgsql: Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.
Date: 2010-04-28 00:46:33
Message-ID: 20100428004633.64E9D7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.
Per report from Josh.

Modified Files:
--------------
pgsql/src/backend/parser:
parse_relation.c (r1.150 -> r1.151)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_relation.c?r1=1.150&r2=1.151)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-04-28 02:04:16 pgsql: Modify the built-in text search parser to handle URLs more nearly
Previous Message Takahiro Itagaki 2010-04-28 00:29:16 pgsql: Add CP949 as an alias for UHC encoding.