pgsql: Clean up md5.c to make it clearer that it is a

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up md5.c to make it clearer that it is a
Date: 2005-10-20 13:54:09
Message-ID: 20051020135409.3541BDA8AB@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clean up md5.c to make it clearer that it is a frontend-and-backend
module. Don't rely on backend palloc semantics; in fact, best to not
use palloc at all, rather than #define'ing it to malloc, because that
just encourages errors of omission. Bug spotted by Volkan YAZICI,
but I went further than he did to fix it.

Modified Files:
--------------
pgsql/src/backend/libpq:
md5.c (r1.30 -> r1.31)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/md5.c.diff?r1=1.30&r2=1.31)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-10-20 15:59:46 pgsql: Adjust not-too-sane calculation of DDD value for
Previous Message User Petere 2005-10-20 13:06:11 psqlodbc - psqlodbc: Massive compiler warnings cleanup.