From 9e1552607a9dc6bc23e43d46770a9063ade4f3f0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 22 Mar 2001 04:01:46 +0000 Subject: pgindent run. Make it all clean. --- src/backend/utils/adt/datum.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/adt/datum.c') diff --git a/src/backend/utils/adt/datum.c b/src/backend/utils/adt/datum.c index 9a1bffb81e4..d0766d15d70 100644 --- a/src/backend/utils/adt/datum.c +++ b/src/backend/utils/adt/datum.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/adt/datum.c,v 1.19 2001/01/24 19:43:13 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/datum.c,v 1.20 2001/03/22 03:59:50 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -153,10 +153,11 @@ datumFree(Datum value, bool typByVal, int typLen) bool datumIsEqual(Datum value1, Datum value2, bool typByVal, int typLen) { - bool res; + bool res; if (typByVal) { + /* * just compare the two datums. NOTE: just comparing "len" bytes * will not do the work, because we do not know how these bytes -- cgit v1.2.3