pgsql: Move from strcmp to strncmp to be more tolerant for changes to - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Move from strcmp to strncmp to be more tolerant for changes to
Date
Msg-id 20081101195335.6ECD77545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove all uses of the deprecated functions heap_formtuple,