diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-01-02 12:44:25 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-01-02 12:44:25 -0500 |
commit | 97c39498e5ca9208d3de5a443a2282923619bf91 (patch) | |
tree | d8074ce5b172fc2a52007bce178dcc9b2fa66fa5 /src/backend/jit/llvm/llvmjit_error.cpp | |
parent | b6f3649bba9832cf4958dbb184dabef93dcea29c (diff) | |
download | postgresql-97c39498e5ca9208d3de5a443a2282923619bf91.tar.gz postgresql-97c39498e5ca9208d3de5a443a2282923619bf91.zip |
Update copyright for 2019
Backpatch-through: certain files through 9.4
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_error.cpp')
-rw-r--r-- | src/backend/jit/llvm/llvmjit_error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/jit/llvm/llvmjit_error.cpp b/src/backend/jit/llvm/llvmjit_error.cpp index a2bdfe3fb87..ba3907c4529 100644 --- a/src/backend/jit/llvm/llvmjit_error.cpp +++ b/src/backend/jit/llvm/llvmjit_error.cpp @@ -6,7 +6,7 @@ * Unfortunately neither (re)setting the C++ new handler, nor the LLVM OOM * handler are exposed to C. Therefore this file wraps the necessary code. * - * Copyright (c) 2016-2018, PostgreSQL Global Development Group + * Copyright (c) 2016-2019, PostgreSQL Global Development Group * * IDENTIFICATION * src/backend/jit/llvm/llvmjit_error.c |