diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/pg_trigger.h | 1 | ||||
| -rw-r--r-- | src/include/pg_config.h.win32 | 2 | ||||
| -rw-r--r-- | src/include/port/darwin.h | 2 | ||||
| -rw-r--r-- | src/include/port/dgux.h | 2 | ||||
| -rw-r--r-- | src/include/port/freebsd.h | 2 | ||||
| -rw-r--r-- | src/include/port/hpux.h | 2 | ||||
| -rw-r--r-- | src/include/port/irix.h | 2 | ||||
| -rw-r--r-- | src/include/port/linux.h | 1 | ||||
| -rw-r--r-- | src/include/port/netbsd.h | 1 | ||||
| -rw-r--r-- | src/include/port/nextstep.h | 2 | ||||
| -rw-r--r-- | src/include/port/openbsd.h | 2 | ||||
| -rw-r--r-- | src/include/port/osf.h | 2 | ||||
| -rw-r--r-- | src/include/port/win32/arpa/inet.h | 2 | ||||
| -rw-r--r-- | src/include/port/win32/dlfcn.h | 2 | ||||
| -rw-r--r-- | src/include/port/win32/grp.h | 2 | ||||
| -rw-r--r-- | src/include/port/win32/netdb.h | 1 | ||||
| -rw-r--r-- | src/include/port/win32/netinet/in.h | 2 |
17 files changed, 27 insertions, 3 deletions
diff --git a/src/include/catalog/pg_trigger.h b/src/include/catalog/pg_trigger.h index 8aaaf4c0922..1126546aef6 100644 --- a/src/include/catalog/pg_trigger.h +++ b/src/include/catalog/pg_trigger.h @@ -5,6 +5,7 @@ * * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California + * $PostgreSQL: pgsql/src/include/catalog/pg_trigger.h,v 1.25 2006/03/11 04:38:38 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 9d356436636..c79624e8fa4 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.28 2006/03/11 04:38:38 momjian Exp $ */ + #ifndef pg_config_h_win32__ #define pg_config_h_win32__ /* diff --git a/src/include/port/darwin.h b/src/include/port/darwin.h index af4ce9b3856..e52a8726817 100644 --- a/src/include/port/darwin.h +++ b/src/include/port/darwin.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/port/darwin.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */ + #define __darwin__ 1 #if HAVE_DECL_F_FULLFSYNC /* not present before OS X 10.3 */ diff --git a/src/include/port/dgux.h b/src/include/port/dgux.h index e0e0c74de18..73096530f28 100644 --- a/src/include/port/dgux.h +++ b/src/include/port/dgux.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/port/dgux.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */ + #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #endif diff --git a/src/include/port/freebsd.h b/src/include/port/freebsd.h index 8b137891791..a70df321cc6 100644 --- a/src/include/port/freebsd.h +++ b/src/include/port/freebsd.h @@ -1 +1 @@ - +/* $PostgreSQL: pgsql/src/include/port/freebsd.h,v 1.16 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index e96c5324a31..6c8cdeb2fb7 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/port/hpux.h,v 1.23 2006/03/11 04:38:38 momjian Exp $ */ + #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #endif diff --git a/src/include/port/irix.h b/src/include/port/irix.h index 8b137891791..9f1a4123455 100644 --- a/src/include/port/irix.h +++ b/src/include/port/irix.h @@ -1 +1 @@ - +/* $PostgreSQL: pgsql/src/include/port/irix.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/linux.h b/src/include/port/linux.h index 8b137891791..a4d8f247bc2 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -1 +1,2 @@ +/* $PostgreSQL: pgsql/src/include/port/linux.h,v 1.41 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/netbsd.h b/src/include/port/netbsd.h index 8b137891791..59b78cccd3c 100644 --- a/src/include/port/netbsd.h +++ b/src/include/port/netbsd.h @@ -1 +1,2 @@ +/* $PostgreSQL: pgsql/src/include/port/netbsd.h,v 1.15 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h index 12ce8912379..47a3c8856f6 100644 --- a/src/include/port/nextstep.h +++ b/src/include/port/nextstep.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/port/nextstep.h,v 1.8 2006/03/11 04:38:38 momjian Exp $ */ + #include "libc.h" #include <sys/ioctl.h> #if defined(__STRICT_ANSI__) diff --git a/src/include/port/openbsd.h b/src/include/port/openbsd.h index 8b137891791..412f5615a6e 100644 --- a/src/include/port/openbsd.h +++ b/src/include/port/openbsd.h @@ -1 +1 @@ - +/* $PostgreSQL: pgsql/src/include/port/openbsd.h,v 1.14 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/osf.h b/src/include/port/osf.h index 2368f3b5930..4b45d1a8f6a 100644 --- a/src/include/port/osf.h +++ b/src/include/port/osf.h @@ -1,2 +1,4 @@ +/* $PostgreSQL: pgsql/src/include/port/osf.h,v 1.9 2006/03/11 04:38:38 momjian Exp $ */ + #define NOFIXADE #define DISABLE_XOPEN_NLS diff --git a/src/include/port/win32/arpa/inet.h b/src/include/port/win32/arpa/inet.h index dc979c05372..b61c4ebffd3 100644 --- a/src/include/port/win32/arpa/inet.h +++ b/src/include/port/win32/arpa/inet.h @@ -1 +1,3 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/arpa/inet.h,v 1.2 2006/03/11 04:38:39 momjian Exp $ */ + #include <sys/socket.h> diff --git a/src/include/port/win32/dlfcn.h b/src/include/port/win32/dlfcn.h index 8b137891791..55a59c202bd 100644 --- a/src/include/port/win32/dlfcn.h +++ b/src/include/port/win32/dlfcn.h @@ -1 +1,3 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/dlfcn.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ + diff --git a/src/include/port/win32/grp.h b/src/include/port/win32/grp.h index 8b137891791..162734f4408 100644 --- a/src/include/port/win32/grp.h +++ b/src/include/port/win32/grp.h @@ -1 +1,3 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/grp.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ + diff --git a/src/include/port/win32/netdb.h b/src/include/port/win32/netdb.h index 8b137891791..0243e3eefbf 100644 --- a/src/include/port/win32/netdb.h +++ b/src/include/port/win32/netdb.h @@ -1 +1,2 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/netdb.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/win32/netinet/in.h b/src/include/port/win32/netinet/in.h index dc979c05372..19a8a650e1c 100644 --- a/src/include/port/win32/netinet/in.h +++ b/src/include/port/win32/netinet/in.h @@ -1 +1,3 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/netinet/in.h,v 1.3 2006/03/11 04:38:39 momjian Exp $ */ + #include <sys/socket.h> |
