MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / native_module_file

Method native_module_file

src/pglite/extensions.rs:90–92  ·  view source on GitHub ↗

Native side-module file installed into `/lib/postgresql`, when the extension has one.

(self)

Source from the content-addressed store, hash-verified

88 /// Native side-module file installed into `/lib/postgresql`, when the
89 /// extension has one.
90 pub const fn native_module_file(self) -> Option<&'static str> {
91 self.native_module_file
92 }
93
94 /// SQL extension names that must be installed before this extension.
95 pub const fn dependencies(self) -> &'static [&'static str] {

Calls

no outgoing calls

Tested by

no test coverage detected