pgsql: Move from strcmp to strncmp to be more tolerant for changes to

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move from strcmp to strncmp to be more tolerant for changes to
Date: 2008-11-01 19:53:35
Message-ID: 20081101195335.6ECD77545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Move from strcmp to strncmp to be more tolerant for changes to the parser.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
misc.c (r1.42 -> r1.43)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/misc.c?r1=1.42&r2=1.43)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-02 01:45:29 pgsql: Remove all uses of the deprecated functions heap_formtuple,
Previous Message Tom Lane 2008-11-01 17:44:34 Re: pgsql: Allow SQL-language functions to return the output of an