File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,6 +89,11 @@ maintained by the PostgreSQL Global Development Group (PGDG).
8989These images are identified by the inclusion of ` minimal ` in their tag names,
9090for example: ` 17.6-minimal-trixie ` .
9191
92+ > ** NOTE** : Starting with PostgreSQL 18, ` minimal ` images will ** not** include
93+ > LLVM JIT support (shipped in the ` postgresql-MM-jit ` package, where ` MM `
94+ > represents the PostgreSQL major version). JIT will be available only in the
95+ > ` standard ` image.
96+
9297### Standard Images
9398
9499Standard images are an extension of the ` minimal ` images, enhanced with the
@@ -98,6 +103,11 @@ following additional features:
98103- Postgres Failover Slots
99104- pgvector
100105- All Locales
106+ - LLVM JIT support
107+ - For PostgreSQL 17 and earlier: included in the main PostgreSQL packages,
108+ also available in ` minimal ` images
109+ - From PostgreSQL 18 onwards: provided by the separate ` postgresql-MM-jit `
110+ package
101111
102112Standard images are identifiable by the ` standard ` tag in their names, such as:
103113` 17.6-standard-trixie ` .
You can’t perform that action at this time.
0 commit comments