Skip to content

Commit 5de9468

Browse files
authored
docs: mention jit package not being in minimal from 18 (#314)
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent bf31f37 commit 5de9468

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ maintained by the PostgreSQL Global Development Group (PGDG).
8989
These images are identified by the inclusion of `minimal` in their tag names,
9090
for 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

9499
Standard 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

102112
Standard images are identifiable by the `standard` tag in their names, such as:
103113
`17.6-standard-trixie`.

0 commit comments

Comments
 (0)