From 2ff501590b323bde14f7e662fd89ad12a4d2f4e0 Mon Sep 17 00:00:00 2001 From: PostgreSQL Daemon Date: Fri, 31 Dec 2004 22:04:05 +0000 Subject: Tag appropriate files for rc3 Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ... --- src/include/executor/tuptable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/executor/tuptable.h') diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h index f13763c8f11..e496a666ce4 100644 --- a/src/include/executor/tuptable.h +++ b/src/include/executor/tuptable.h @@ -4,10 +4,10 @@ * tuple table support stuff * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/tuptable.h,v 1.25 2004/08/29 04:13:07 momjian Exp $ + * $PostgreSQL: pgsql/src/include/executor/tuptable.h,v 1.26 2004/12/31 22:03:29 pgsql Exp $ * * NOTES * The tuple table interface is getting pretty ugly. -- cgit v1.2.3