patch.-u

text/plain

Filename: patch.-u
Type: text/plain
Part: 0
Message: Postgresql on Ultraparc/Linux , Bug report and patch!
--- postgresql-6.5.3/src/backend/utils/adt/name.c	Mon Aug  2 06:24:55 1999
+++ postgresql-6.5.3.my/src/backend/utils/adt/name.c	Thu Nov 25 11:53:39 1999
@@ -87,7 +87,7 @@
 	if (!arg1 || !arg2)
 		return 0;
 	else
-		return (bool) strncmp(arg1->data, arg2->data, NAMEDATALEN) == 0;
+	        return (bool) (strncmp(arg1->data, arg2->data, NAMEDATALEN) == 0);
 }
 
 bool