Commit fc0a46dc authored by Tom Lane's avatar Tom Lane

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.
parent f5b754a4
...@@ -69,8 +69,6 @@ create unique index PHone_name on PHone using btree (slotname bpchar_ops); ...@@ -69,8 +69,6 @@ create unique index PHone_name on PHone using btree (slotname bpchar_ops);
-- * Trigger procedures and functions for the patchfield -- * Trigger procedures and functions for the patchfield
-- * test of PL/pgSQL -- * 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 -- * AFTER UPDATE on Room
......
-- --
-- drop.source -- 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. -- this will fail if the user is not the postgres superuser.
......
...@@ -100,8 +100,6 @@ create unique index PHone_name on PHone using btree (slotname bpchar_ops); ...@@ -100,8 +100,6 @@ create unique index PHone_name on PHone using btree (slotname bpchar_ops);
-- * Trigger procedures and functions for the patchfield -- * Trigger procedures and functions for the patchfield
-- * test of PL/pgSQL -- * test of PL/pgSQL
-- * -- *
-- * $Header: /cvsroot/pgsql/src/test/regress/sql/plpgsql.sql,v 1.2 2000/01/06 06:41:55 thomas Exp $
-- *
-- ************************************************************ -- ************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment