git.postgresql.org Git - postgresql.git/commit
2014年9月25日 13:32:27 +0000 (16:32 +0300)
2014年9月25日 13:36:58 +0000 (16:36 +0300)
commit 1dcfb8da09c47d2a7502d1dfab06c8be4b6cf323
Refactor space allocation for base64 encoding/decoding in pgcrypto.
Instead of trying to accurately calculate the space needed, use a StringInfo
that's enlarged as needed. This is just moving things around currently - the
old code was not wrong - but this is in preparation for a patch that adds
support for extra armor headers, and would make the space calculation more
complicated.
Marko Tiikkaja
This is the main PostgreSQL git repository.
RSS
Atom