summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_gist.h
diff options
context:
space:
mode:
authorAndrew Dunstan2008-05-17 01:28:26 +0000
committerAndrew Dunstan2008-05-17 01:28:26 +0000
commit6bee2308d1bbd81be4a25a88cd4d329d3a7dabce (patch)
tree84e81ba32ff2fc8d439b486b5212bd109b7b0d0a /contrib/btree_gist/btree_gist.h
parente50156e12cffdcebfc948ac7d3c3396e1dc9e3d1 (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/btree_gist/btree_gist.h')
-rw-r--r--contrib/btree_gist/btree_gist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/btree_gist/btree_gist.h b/contrib/btree_gist/btree_gist.h
index 299f2d359e..17a6839a37 100644
--- a/contrib/btree_gist/btree_gist.h
+++ b/contrib/btree_gist/btree_gist.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL:$
+ */
#ifndef __BTREE_GIST_H__
#define __BTREE_GIST_H__