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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.
Date
Msg-id 20100428004633.64E9D7541D0@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Add CP949 as an alias for UHC encoding.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Modify the built-in text search parser to handle URLs more nearly