pgsql: Fix unsafe loop test, and declare as_ident as bool rather than - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Fix unsafe loop test, and declare as_ident as bool rather than
Date
Msg-id 20100121184326.0D7367541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix unsafe loop test, and declare as_ident as bool rather than int.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-exec.c (r1.207 -> r1.208)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c?r1=1.207&r2=1.208)

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Add new escaping functions PQescapeLiteral and
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: pgbulkload - pgbulkload: Support XLogReportUnloggedStatement if