Skip to content

Commit d10751e

Browse files
committed
Compiler version
1 parent aa72356 commit d10751e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/features/plugins/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ Unlike C, the Rust language doesn't have a stable ABI. Therefore, additional car
165165

166166
Whatever Rust compiler version is used to build PgDog itself needs to be used to build the plugins. This is checked at runtime and plugins that don't follow this requirement are **not loaded**.
167167

168+
PgDog provides the compiler version used tom build it at startup:
169+
170+
```
171+
INFO pgdog: 🐕 PgDog vd4e9bc6 (rustc 1.89.0 (29483883e 2025-08-04))
172+
```
173+
168174
#### `pg_query` version
169175

170176
Since we're passing the AST itself down to the plugins, we need to make sure that the versions of the `pg_query` library used by PgDog and the plugin are the same. This is done automatically if you're using the primitives exported by the `pgdog-plugin` crate:

0 commit comments

Comments
 (0)