]> granicus.if.org Git - postgresql/commitdiff
Remove CVS $Header lines from a couple of regress test files that had
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2000 04:01:49 +0000 (04:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2000 04:01:49 +0000 (04:01 +0000)
them --- it is just *way* too painful to keep expected results in sync
when these are present.

src/test/regress/expected/plpgsql.out
src/test/regress/sql/drop.sql
src/test/regress/sql/plpgsql.sql

index 73750b961697c48b2a1dd2eb65b4fce20d4ba60a..a735a2ef0bc15d597b054c69b0e4f0adbe587e02 100644 (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
index 827cde165a6a6e234cf71a69a688eee90d8dcbc7..254c62100dc1829bcbb0c077bf4b8bec56f840a9 100644 (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.
index c544dbd9dfa257e14f4a691a802b109e4e30c30f..aaa874c81c14d3f4efcd5394372fc0566e9ddd1a 100644 (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 $
--- * 
 -- ************************************************************