diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-08-25 13:54:48 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-08-25 14:46:55 +1200 |
commit | ee18293a4e722e7681e264dfeab9f0af24d4adb1 (patch) | |
tree | 37ef8e7ecfefb23ac9eb5faf713b40104a52748f /src/backend/access/gist/gistscan.c | |
parent | 6472d7ad5d70690438385bb90460a1e84553c6d9 (diff) | |
download | postgresql-ee18293a4e722e7681e264dfeab9f0af24d4adb1.tar.gz postgresql-ee18293a4e722e7681e264dfeab9f0af24d4adb1.zip |
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
Diffstat (limited to 'src/backend/access/gist/gistscan.c')
0 files changed, 0 insertions, 0 deletions