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

@ -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 $
-- *
-- ************************************************************