mirror of https://github.com/postgres/postgres
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 */'REL8_5_ALPHA1_BRANCH
parent
caede71b44
commit
53972b460c
@ -1,4 +1,7 @@ |
||||
/* Dummy file used for nothing at this point
|
||||
/*
|
||||
* $PostgreSQL: pgsql/src/backend/port/dynloader/sco.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
|
||||
* |
||||
* Dummy file used for nothing at this point |
||||
* |
||||
* see sco.h |
||||
*/ |
||||
|
@ -1,4 +1,7 @@ |
||||
/* Dummy file used for nothing at this point
|
||||
/*
|
||||
* $PostgreSQL: pgsql/src/backend/port/dynloader/solaris.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
|
||||
* |
||||
* Dummy file used for nothing at this point |
||||
* |
||||
* see solaris.h |
||||
*/ |
||||
|
@ -1,4 +1,7 @@ |
||||
/* Dummy file used for nothing at this point
|
||||
/*
|
||||
* $PostgreSQL: pgsql/src/backend/port/dynloader/sunos4.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
|
||||
* |
||||
* Dummy file used for nothing at this point |
||||
* |
||||
* see sunos4.h |
||||
*/ |
||||
|
@ -1,4 +1,7 @@ |
||||
/* Dummy file used for nothing at this point
|
||||
/*
|
||||
* $PostgreSQL: pgsql/src/backend/port/dynloader/svr4.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
|
||||
* |
||||
* Dummy file used for nothing at this point |
||||
* |
||||
* see svr4.h |
||||
*/ |
||||
|
@ -1,4 +1,7 @@ |
||||
/* Dummy file used for nothing at this point
|
||||
/*
|
||||
* $PostgreSQL: pgsql/src/backend/port/dynloader/univel.c,v 1.4 2008/05/17 01:28:23 adunstan Exp $
|
||||
* |
||||
* Dummy file used for nothing at this point |
||||
* |
||||
* see univel.h |
||||
*/ |
||||
|
@ -1,4 +1,7 @@ |
||||
/* Dummy file used for nothing at this point
|
||||
/*
|
||||
* $PostgreSQL: pgsql/src/backend/port/dynloader/unixware.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
|
||||
* |
||||
* Dummy file used for nothing at this point |
||||
* |
||||
* see unixware.h |
||||
*/ |
||||
|
@ -1,2 +1,5 @@ |
||||
/*
|
||||
* $PostgreSQL: pgsql/src/include/port/aix.h,v 1.12 2008/05/17 01:28:24 adunstan Exp $
|
||||
*/ |
||||
#define CLASS_CONFLICT |
||||
#define DISABLE_XOPEN_NLS |
||||
|
@ -1 +1,4 @@ |
||||
/*
|
||||
* $PostgreSQL: pgsql/src/include/port/bsdi.h,v 1.14 2008/05/17 01:28:24 adunstan Exp $
|
||||
*/ |
||||
|
||||
|
@ -1,4 +1,7 @@ |
||||
/* see src/backend/libpq/pqcomm.c */ |
||||
/*
|
||||
* $PostgreSQL: pgsql/src/include/port/sco.h,v 1.18 2008/05/17 01:28:24 adunstan Exp $
|
||||
* |
||||
* see src/backend/libpq/pqcomm.c */ |
||||
#define SCO_ACCEPT_BUG |
||||
|
||||
#define USE_UNIVEL_CC |
||||
|
@ -1,2 +1,5 @@ |
||||
/* sprintf() returns char *, not int, on SunOS 4.1.x */ |
||||
/*
|
||||
* $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.10 2008/05/17 01:28:24 adunstan Exp $
|
||||
* |
||||
* sprintf() returns char *, not int, on SunOS 4.1.x */ |
||||
#define SPRINTF_CHAR |
||||
|
@ -1 +1,4 @@ |
||||
/*
|
||||
* $PostgreSQL: pgsql/src/include/port/win32/pwd.h,v 1.3 2008/05/17 01:28:25 adunstan Exp $
|
||||
*/ |
||||
|
||||
|
@ -1 +1,4 @@ |
||||
/*
|
||||
* $PostgreSQL: pgsql/src/include/port/win32/sys/wait.h,v 1.3 2008/05/17 01:28:25 adunstan Exp $
|
||||
*/ |
||||
|
||||
|
@ -1 +1,4 @@ |
||||
/*
|
||||
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlda.h,v 1.3 2008/05/17 01:28:25 adunstan Exp $
|
||||
*/ |
||||
|
||||
|
Loading…
Reference in new issue