Remove CVS $Header lines from a couple of regress test files that had

them --- it is just *way* too painful to keep expected results in sync
when these are present.
This commit is contained in:
Tom Lane 2000-01-09 04:01:49 +00:00
parent f5b754a492
commit fc0a46dc16
3 changed files with 0 additions and 6 deletions

View File

@ -69,8 +69,6 @@ create unique index PHone_name on PHone using btree (slotname bpchar_ops);
-- * Trigger procedures and functions for the patchfield
-- * test of PL/pgSQL
-- *
-- * $Header: /cvsroot/pgsql/src/test/regress/expected/plpgsql.out,v 1.3 2000/01/09 03:48:37 tgl Exp $
-- *
-- ************************************************************
-- ************************************************************
-- * AFTER UPDATE on Room

View File

@ -1,8 +1,6 @@
--
-- drop.source
--
-- $Header: /cvsroot/pgsql/src/test/regress/sql/drop.sql,v 1.2 1999/12/10 17:32:57 momjian Exp $
--
--
-- this will fail if the user is not the postgres superuser.

View File

@ -100,8 +100,6 @@ create unique index PHone_name on PHone using btree (slotname bpchar_ops);
-- * Trigger procedures and functions for the patchfield
-- * test of PL/pgSQL
-- *
-- * $Header: /cvsroot/pgsql/src/test/regress/sql/plpgsql.sql,v 1.2 2000/01/06 06:41:55 thomas Exp $
-- *
-- ************************************************************