postgresql/src/backend/bootstrap
Peter Eisentraut 4211673622 Exclude flex-generated code from coverage testing
Flex generates a lot of functions that are not actually used.  In order
to avoid coverage figures being ruined by that, mark up the part of the
.l files where the generated code appears by lcov exclusion markers.
That way, lcov will typically only reported on coverage for the .l file,
which is under our control, but not for the .c file.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2017-10-16 16:28:11 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Refactor flex and bison make rules 2012-10-11 06:57:04 -04:00
bootparse.y Disallow CREATE INDEX if table is already in use in current session. 2017-06-04 12:02:41 -04:00
bootscanner.l Exclude flex-generated code from coverage testing 2017-10-16 16:28:11 -04:00
bootstrap.c Sync process names between ps and pg_stat_activity 2017-09-20 08:59:03 -04:00