postgresql/src/interfaces/ecpg/include
Andrew Dunstan 53972b460c 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 */'
2008-05-17 01:28:26 +00:00
..
datetime.h - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. 2008-02-17 18:14:29 +00:00
decimal.h - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. 2008-02-17 18:14:29 +00:00
ecpg-pthread-win32.h pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
ecpg_config.h.in - Added patch by Magnus Hagander <magnus@hagander.net> to use native 2007-03-29 12:02:24 +00:00
ecpg_informix.h - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. 2008-02-17 18:14:29 +00:00
ecpgerrno.h Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
ecpglib.h Add localization support to ecpg. 2008-05-16 15:20:04 +00:00
ecpgtype.h - Finished major rewrite to use new protocol version 2007-08-14 10:01:54 +00:00
Makefile Fix uninstall target. 2008-02-26 13:48:57 +00:00
pgtypes_date.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pgtypes_error.h Added lots of SoC stuff made by Joachim. 2006-08-15 06:40:20 +00:00
pgtypes_interval.h Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC. 2007-05-28 09:46:47 +00:00
pgtypes_numeric.h Fixed error handling in numeric conversion (Joachim). 2006-08-09 07:30:56 +00:00
pgtypes_timestamp.h Replaced double-quote-fix with a hopefully better version. 2006-08-23 12:01:53 +00:00
sql3types.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
sqlca.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
sqlda.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
sqltypes.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00