]> granicus.if.org Git - postgresql/blob - src/tools/codelines
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
[postgresql] / src / tools / codelines
1 #!/bin/sh
2
3 # src/tools/codelines
4
5 # This script is used to compute the total number of "C" lines in the release
6 # This should be run from the top of the Git tree after a 'make distclean'
7 find . -name '*.[chyl]' | xargs cat| wc -l