1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

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.
This commit is contained in:
Andres Freund
2019-01-22 11:46:59 -08:00
parent efab708997
commit 005881033d
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
* Copyright (c) 2016-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/jit/llvm/llvmjit_error.c
* src/backend/jit/llvm/llvmjit_error.cpp
*
*-------------------------------------------------------------------------
*/