Commit 00588103 authored by Andres Freund's avatar Andres Freund

llvm: Fix file-ending in IDENTIFICATION comments.

Author: Amit Langote
Discussion: https://postgr.es/m/9a54dcef-c799-ce89-2e47-0a7fc12d5fc2@lab.ntt.co.jp
Backpatch: 11-, where llvm was introduced.
parent efab7089
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* Copyright (c) 2016-2019, PostgreSQL Global Development Group * Copyright (c) 2016-2019, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* src/backend/jit/llvm/llvmjit_error.c * src/backend/jit/llvm/llvmjit_error.cpp
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* Copyright (c) 2016-2019, PostgreSQL Global Development Group * Copyright (c) 2016-2019, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* src/backend/lib/llvmjit/llvmjit_inline.c * src/backend/lib/llvmjit/llvmjit_inline.cpp
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Copyright (c) 2016-2019, PostgreSQL Global Development Group * Copyright (c) 2016-2019, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* src/backend/lib/llvm/llvmjit_wrap.c * src/backend/lib/llvm/llvmjit_wrap.cpp
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment