pgbouncer - pgbouncer: Fix the quoting fix.

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: Fix the quoting fix.
Date: 2010-09-09 11:10:31
Message-ID: 20100909111031.E916010715CA@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix the quoting fix.

If we treat "" as special, we need to know
whether we are in quoted string or not.

Otherwise empty field ("") throws the parser off.

Modified Files:
--------------
pgbouncer/src:
loader.c (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/loader.c?r1=1.22&r2=1.23)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2010-09-09 11:17:55 pgbouncer - pgbouncer: v1.3.4
Previous Message User Itagaki 2010-09-09 08:52:21 textsearch-ja - textsearch_groonga: update regression output.