code cleanup in dynahash.c

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: code cleanup in dynahash.c
Date: 2004-10-22 06:02:31
Message-ID: 1098424951.6602.300.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch makes a minor code cleanup in dynahash.c: a function declared
to return 'bool' only ever returned "true", so I changed it to return
"void".

I'll apply this to CVS before the end of the day, barring any
objections.

-Neil

Attachment Content-Type Size
hash-code-cleanup-1.patch text/x-patch 1.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-10-22 06:13:59 Re: hash_create(): check return code
Previous Message Neil Conway 2004-10-22 05:40:55 hash_create(): check return code