pgsql: Track LLVM 14 API changes, up to 2022-01-30.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Track LLVM 14 API changes, up to 2022-01-30.
Date: 2022-02-04 03:18:33
Message-ID: E1nFp7J-0000rv-DG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Track LLVM 14 API changes, up to 2022-01-30.

Tested with LLVM 11, LLVM 13 and LLVM's main branch at commit
8d8fce87bbd5. There are still some deprecation warnings that will need
to be sorted out, but this may be enough to turn "seawasp" green again.

Like commit e6a76002, done on master only for now.

Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/CA%2BhUKG%2B3Ac3He9_SpJcxeiiVknbcES1tbZEkH9sRBdJFGj8K5Q%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/807fee1a39de6bb8184082012e643951abb9ad1d

Modified Files
--------------
src/backend/jit/llvm/llvmjit_error.cpp | 35 +++++++++++++++++++++++++++++-----
1 file changed, 30 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-02-04 15:57:18 pgsql: Improve worst-case performance of text_position_get_match_pos()
Previous Message Amit Kapila 2022-02-04 02:12:49 pgsql: Improve invalidation handling in pgoutput.c.