pgsql: Removed strchrnul - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Removed strchrnul
Date
Msg-id 20081126153530.4CC807545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Removed strchrnul

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/preproc:
        type.c (r1.80 -> r1.81)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/type.c?r1=1.80&r2=1.81)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Let's see if using -c instead of -- style fixes the PGOPTIONS
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Replaced strchrnul by strchr.