pgsql: llvm: Fix file-ending in IDENTIFICATION comments.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: llvm: Fix file-ending in IDENTIFICATION comments.
Date: 2019-01-22 19:51:39
Message-ID: E1gm25D-0004CJ-OO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f6192660ab861a9308bc5d1d4613b71f896aeac6

Modified Files
--------------
src/backend/jit/llvm/llvmjit_error.cpp | 2 +-
src/backend/jit/llvm/llvmjit_inline.cpp | 2 +-
src/backend/jit/llvm/llvmjit_wrap.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2019-01-22 23:03:26 pgsql: Fix handling of volatile expressions in COPY FROM ... WHERE
Previous Message Andres Freund 2019-01-22 19:51:37 pgsql: llvm: Fix file-ending in IDENTIFICATION comments.