pgrx-pg-sys 0.7.4

Generated Rust bindings for Postgres internals, for use with 'pgrx'
Documentation
Build #794735 2023-04-18T00:50:48.871435+00:00
# rustc version
rustc 1.71.0-nightly (d0f204e4d 2023-04-16)# docs.rs version
docsrs 0.6.0 (77eaf077 2023-04-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/pgrx-pg-sys-0.7.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/pgrx-pg-sys-0.7.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:97d61d7686bf65f8ecb15491ab51835e82dc9176a96a831f143a431b191fc501" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "pg14 cshim" "--no-default-features" "-Z" "unstable-options" "--config" "build.rustflags=[\"--cfg\", \"docsrs\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"docsrs\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230416-1.71.0-nightly-d0f204e4d\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 48b5c5853a75621d3b921eac9e29afd9f1e47fe24fcddef587ebaa15d0ce73f9
[INFO] running `Command { std: "docker" "start" "-a" "48b5c5853a75621d3b921eac9e29afd9f1e47fe24fcddef587ebaa15d0ce73f9", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting pgrx-pg-sys v0.7.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `HeapTupleHeader`
[INFO] [stderr]    --> src/submodules/htup.rs:146:46
[INFO] [stderr]     |
[INFO] [stderr] 146 | /// How many attributes does the specified [`HeapTupleHeader`] have?
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^ no item named `HeapTupleHeader` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `HeapTuple`
[INFO] [stderr]    --> src/submodules/htup.rs:161:26
[INFO] [stderr]     |
[INFO] [stderr] 161 | /// Does the specified [`HeapTuple`] (`tup`) contain nulls?
[INFO] [stderr]     |                          ^^^^^^^^^ no item named `HeapTuple` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `PgErrorReport`
[INFO] [stderr]    --> src/submodules/panic.rs:233:19
[INFO] [stderr]     |
[INFO] [stderr] 233 |     /// Create a [PgErrorReport] which can be raised via Rust's [std::panic::panic_any()] or as
[INFO] [stderr]     |                   ^^^^^^^^^^^^^ no item named `PgErrorReport` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `PgErrorReport`
[INFO] [stderr]    --> src/submodules/panic.rs:288:22
[INFO] [stderr]     |
[INFO] [stderr] 288 |     /// Report this [PgErrorReport], which will ultimately be reported by Postgres at the specified [PgLogLevel]
[INFO] [stderr]     |                      ^^^^^^^^^^^^^ no item named `PgErrorReport` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `HeapTuple`
[INFO] [stderr]    --> src/lib.rs:311:100
[INFO] [stderr]     |
[INFO] [stderr] 311 |     /// This function cannot determine if the `tuple` argument is really a non-null pointer to a [`HeapTuple`].
[INFO] [stderr]     |                                                                                                    ^^^^^^^^^ no item named `HeapTuple` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `palloc`
[INFO] [stderr]    --> src/lib.rs:352:78
[INFO] [stderr]     |
[INFO] [stderr] 352 |     /// The specified `pointer` **must** be one allocated by Postgres (via [`palloc`] and friends).
[INFO] [stderr]     |                                                                              ^^^^^^ no item named `palloc` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `MemoryContextData`
[INFO] [stderr]    --> src/lib.rs:393:90
[INFO] [stderr]     |
[INFO] [stderr] 393 |     /// Caller must determine that the specified `context` pointer, if it's probably a [`MemoryContextData`]
[INFO] [stderr]     |                                                                                          ^^^^^^^^^^^^^^^^^ no item named `MemoryContextData` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `HeapTuple`
[INFO] [stderr]    --> src/lib.rs:518:53
[INFO] [stderr]     |
[INFO] [stderr] 518 |     /// Retrieve the "user data" of the specified [`HeapTuple`] as a specific type. Typically this
[INFO] [stderr]     |                                                     ^^^^^^^^^ no item named `HeapTuple` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `FormData_pg_class`
[INFO] [stderr]    --> src/lib.rs:519:79
[INFO] [stderr]     |
[INFO] [stderr] 519 |     /// will be a struct that represents a Postgres system catalog, such as [`FormData_pg_class`].
[INFO] [stderr]     |                                                                               ^^^^^^^^^^^^^^^^^ no item named `FormData_pg_class` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `HeapTuple`
[INFO] [stderr]    --> src/lib.rs:523:28
[INFO] [stderr]     |
[INFO] [stderr] 523 |     /// A pointer to the [`HeapTuple`]'s "user data", cast as a mutable pointer to `T`.  If the
[INFO] [stderr]     |                            ^^^^^^^^^ no item named `HeapTuple` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `HeapTuple`
[INFO] [stderr]    --> src/lib.rs:528:83
[INFO] [stderr]     |
[INFO] [stderr] 528 |     /// This function cannot verify that the specified `htup` points to a valid [`HeapTuple`] nor
[INFO] [stderr]     |                                                                                   ^^^^^^^^^ no item named `HeapTuple` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `pgrx-pg-sys` (lib doc) generated 11 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 9.20s
[INFO] running `Command { std: "docker" "inspect" "48b5c5853a75621d3b921eac9e29afd9f1e47fe24fcddef587ebaa15d0ce73f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48b5c5853a75621d3b921eac9e29afd9f1e47fe24fcddef587ebaa15d0ce73f9", kill_on_drop: false }`
[INFO] [stdout] 48b5c5853a75621d3b921eac9e29afd9f1e47fe24fcddef587ebaa15d0ce73f9