git.postgresql.org Git - postgresql.git/commit
2019年8月25日 01:54:48 +0000 (13:54 +1200)
2019年8月25日 02:45:51 +0000 (14:45 +1200)
commit f493d98c167321e5d5c17dd7d795721045a81c97
Don't rely on llvm::make_unique.
Bleeding-edge LLVM has stopped supplying replacements for various
C++14 library features, for people on older C++ versions. Since we're
not ready to require C++14 yet, just use plain old new instead of
make_unique. As revealed by buildfarm animal seawasp.
Back-patch to 11.
Reviewed-by: Andres Freund
Discussion: https://postgr.es/m/CA%2BhUKGJWG7unNqmkxg7nC5o3o-0p2XP6co4r%3D9epqYMm8UY4Mw%40mail.gmail.com
This is the main PostgreSQL git repository.
RSS
Atom