postgresql/src/include/port
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
..
win32 Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
win32_msvc pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
aix.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
bsdi.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
cygwin.h Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with 2007-07-25 12:22:54 +00:00
darwin.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
dgux.h Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 2007-04-06 05:36:51 +00:00
freebsd.h Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
hpux.h Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 2007-04-06 05:36:51 +00:00
irix.h Work around buggy strtod on (some versions of?) IRIX. Combination of 2006-10-05 01:40:45 +00:00
linux.h pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
netbsd.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
nextstep.h Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
openbsd.h Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
osf.h Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
sco.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
solaris.h pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
sunos4.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
svr4.h Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 2007-04-06 05:36:51 +00:00
ultrix4.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
univel.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
unixware.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
win32.h Replace time_t with pg_time_t (same values, but always int64) in on-disk 2008-02-17 02:09:32 +00:00