Clean up md5.c to make it clearer that it is a frontend-and-backend

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8130cbce962d8418e7ddddb1bcc2767978ea4787
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-10-20T13:54:08Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/backend/libpq/md5.c modified +8 −16