git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: a45bc8a) | patch
Remove custom memory allocation layer in pgcrypto
2020年9月25日 01:25:55 +0000 (10:25 +0900)
2020年9月25日 01:25:55 +0000 (10:25 +0900)
commit ca7f8e2b86e5f15a40b67e6199d714f45a467ff1
Remove custom memory allocation layer in pgcrypto

PX_OWN_ALLOC was intended as a way to disable the use of palloc(), and
over the time new palloc() or equivalent calls have been added like in
32984d8, making this extra layer losing its original purpose. This
simplifies on the way some code paths to use palloc0() rather than
palloc() followed by memset(0).

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/A5BFAA1A-B2E8-4CBC-895E-7B1B9475A527@yesql.se
17 files changed:
contrib/pgcrypto/imath.c diff | blob | blame | history
contrib/pgcrypto/internal-sha2.c diff | blob | blame | history
contrib/pgcrypto/internal.c diff | blob | blame | history
contrib/pgcrypto/mbuf.c diff | blob | blame | history
contrib/pgcrypto/openssl.c diff | blob | blame | history
contrib/pgcrypto/pgp-cfb.c diff | blob | blame | history
contrib/pgcrypto/pgp-compress.c diff | blob | blame | history
contrib/pgcrypto/pgp-decrypt.c diff | blob | blame | history
contrib/pgcrypto/pgp-encrypt.c diff | blob | blame | history
contrib/pgcrypto/pgp-mpi-internal.c diff | blob | blame | history
contrib/pgcrypto/pgp-mpi.c diff | blob | blame | history
contrib/pgcrypto/pgp-pubenc.c diff | blob | blame | history
contrib/pgcrypto/pgp-pubkey.c diff | blob | blame | history
contrib/pgcrypto/pgp.c diff | blob | blame | history
contrib/pgcrypto/px-hmac.c diff | blob | blame | history
contrib/pgcrypto/px.c diff | blob | blame | history
contrib/pgcrypto/px.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /