diff options
| author | Andrew Dunstan | 2008-05-17 01:28:26 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2008-05-17 01:28:26 +0000 |
| commit | 6bee2308d1bbd81be4a25a88cd4d329d3a7dabce (patch) | |
| tree | 84e81ba32ff2fc8d439b486b5212bd109b7b0d0a /contrib/intarray/_intbig_gist.c | |
| parent | e50156e12cffdcebfc948ac7d3c3396e1dc9e3d1 (diff) | |
Add $PostgreSQL$ markers to a lot of files that were missing them.
This particular batch was just for *.c and *.h file.
The changes were made with the following 2 commands:
find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o \( -name '*.[ch]' \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | while read file ; do head -n 1 < $file | grep -q '^/\*' && echo $file; done | xargs -l sed -i -e '1s/^\// /' -e '1i/*\n * $PostgreSQL:$ \n *'
find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o \( -name '*.[ch]' \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | xargs -l sed -i -e '1i/*\n * $PostgreSQL:$ \n */'
Diffstat (limited to 'contrib/intarray/_intbig_gist.c')
| -rw-r--r-- | contrib/intarray/_intbig_gist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/intarray/_intbig_gist.c b/contrib/intarray/_intbig_gist.c index fe83860cfa..3d42cdce29 100644 --- a/contrib/intarray/_intbig_gist.c +++ b/contrib/intarray/_intbig_gist.c @@ -1,3 +1,6 @@ +/* + * $PostgreSQL:$ + */ #include "postgres.h" #include "access/gist.h" |
