pgsql: jit: Remove obsolete LLVM version guard.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: jit: Remove obsolete LLVM version guard.
Date: 2024-11-10 23:09:24
Message-ID: E1tAH3c-001DZ9-Ax@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

jit: Remove obsolete LLVM version guard.

Commit 9044fc1d needed a version guard when back-patched, but it is
redundant in master as of commit 972c2cd2, and I accidentally left it
in there.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/29d66b2d2f80dba0ac7fa5453d4da2dfbdd5ed2b

Modified Files
--------------
src/include/jit/llvmjit_backport.h | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2024-11-10 23:55:05 Re: pgsql: Release notes for 17.1, 16.5, 15.9, 14.14, 13.17, 12.21.
Previous Message Thomas Munro 2024-11-10 20:46:03 Re: pgsql: Fix our Windows stat() emulation to handle file sizes > 4GB.