code cleanup in dynahash.c - Mailing list pgsql-patches

From Neil Conway
Subject code cleanup in dynahash.c
Date
Msg-id 1098424951.6602.300.camel@localhost.localdomain
Whole thread Raw
Responses Re: code cleanup in dynahash.c  (Neil Conway <neilc@samurai.com>)
List 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

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: hash_create(): check return code
Next
From: Tom Lane
Date:
Subject: Re: hash_create(): check return code