diff options
author | Tom Lane | 2010-09-19 16:17:45 +0000 |
---|---|---|
committer | Tom Lane | 2010-09-19 16:17:45 +0000 |
commit | 9eef3318a2a36d462551dd526f8940e15f33b446 (patch) | |
tree | e768816372569dbadb196f91a218eaf2870a7996 /src/include | |
parent | f906e0786e27ca5b56a680c16b216ae406fbb1cf (diff) |
Fix several broken $PostgreSQL$ keywords. Noted while experimenting
with Magnus's script to remove these.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/port/svr4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/svr4.h b/src/include/port/svr4.h index 7366299b8a2..6ba3d68708c 100644 --- a/src/include/port/svr4.h +++ b/src/include/port/svr4.h @@ -1,3 +1,3 @@ -/* $PostgreSQL */ +/* $PostgreSQL: pgsql/src/include/port/svr4.h,v 1.15 2010/09/19 16:17:45 tgl Exp $ */ /* nothing needed */ |