From c3a32d7595c5698afba25fe9f77636edba01130f Mon Sep 17 00:00:00 2001
From: "Thomas G. Lockhart" <lockhart@fourpalms.org>
Date: Fri, 23 Apr 1999 15:55:32 +0000
Subject: [PATCH] Remove "Non-functional update" notices since that message has
 been  disabled (commented-out) in the code.

---
 src/test/regress/output/misc.source | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source
index b5b08e0d910..419f63b2a0f 100644
--- a/src/test/regress/output/misc.source
+++ b/src/test/regress/output/misc.source
@@ -6,14 +6,10 @@ QUERY: UPDATE tmp
    SET stringu1 = reverse_name(onek.stringu1)
    WHERE onek.stringu1 = 'JBAAAA' and
 	  onek.stringu1 = tmp.stringu1;
-NOTICE:  Non-functional update, only first update is performed
-NOTICE:  Non-functional update, only first update is performed
 QUERY: UPDATE tmp
    SET stringu1 = reverse_name(onek2.stringu1)
    WHERE onek2.stringu1 = 'JCAAAA' and
 	  onek2.stringu1 = tmp.stringu1;
-NOTICE:  Non-functional update, only first update is performed
-NOTICE:  Non-functional update, only first update is performed
 QUERY: DROP TABLE tmp;
 QUERY: COPY onek TO '_OBJWD_/results/onek.data';
 QUERY: DELETE FROM onek;