pgsql: Add multi-line flag to regex that needs it.

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add multi-line flag to regex that needs it.
Date: 2008-04-15 16:22:36
Message-ID: 20080415162236.3FC027559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andreas Zeugswetter

Modified Files:
--------------
pgsql/src/tools/msvc:
Project.pm (r1.18 -> r1.19)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Project.pm?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2008-04-15 16:23:21 pgsql: Add multi-line flag to regex that needs it.
Previous Message Gregory Stark 2008-04-15 16:13:53 Re: [COMMITTERS] pgsql: Add pg_terminate_backend() to allow terminating only a single