pgsql: Add "%option warn" to all flex input files that lacked it.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add "%option warn" to all flex input files that lacked it.
Date: 2011-08-25 17:56:11
Message-ID: E1Qwe9z-0007HA-UU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add "%option warn" to all flex input files that lacked it.

This is recommended in the flex manual, and there seems no good reason
not to use it everywhere.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2e95f1f002bc3f0504dffa6d9ffed0dc914ecec1

Modified Files
--------------
contrib/cube/cubescan.l | 1 +
contrib/seg/segscan.l | 1 +
src/backend/bootstrap/bootscanner.l | 1 +
src/backend/utils/misc/guc-file.l | 1 +
src/bin/psql/psqlscan.l | 1 +
src/interfaces/ecpg/preproc/pgc.l | 1 +
src/test/isolation/specscanner.l | 5 +++--
7 files changed, 9 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-08-25 18:34:55 pgsql: Fix psql lexer to avoid use of backtracking.
Previous Message Robert Haas 2011-08-25 16:48:56 pgsql: Change format of SQL/MED generic options in psql backslash comma