]> granicus.if.org Git - postgresql/commit
Clean up md5.c to make it clearer that it is a frontend-and-backend
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2005 13:54:08 +0000 (13:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2005 13:54:08 +0000 (13:54 +0000)
commit8130cbce962d8418e7ddddb1bcc2767978ea4787
treef3ce94772fba519abd098ac04dccf161746f8394
parenta5bd1d357a417679421bd2deb031a644b489bdfe
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.
src/backend/libpq/md5.c