Re: code cleanup in dynahash.c

From: Neil Conway <neilc(at)samurai(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: code cleanup in dynahash.c
Date: 2004-10-22 12:42:06
Message-ID: 4179001E.7020507@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway wrote:
> 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".

Applied to HEAD.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2004-10-22 18:50:59 ARC Memory Usage analysis
Previous Message Tom Lane 2004-10-22 07:13:25 Re: hash_create(): check return code