pgrx-pg-sys 0.9.6

Generated Rust bindings for Postgres internals, for use with 'pgrx'
Documentation
Build #842381 2023-06-20T23:59:34.279817+00:00
# rustc version
rustc 1.72.0-nightly (fe7454bf4 2023-06-19)# docs.rs version
docsrs 0.6.0 (4b18bfe6 2023-06-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/pgrx-pg-sys-0.9.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/pgrx-pg-sys-0.9.6/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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/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\", \"-20230619-1.72.0-nightly-fe7454bf4\", \"--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] 381945ac49a5a9abf3df6d1f6d3391aaa15349de2eb1989fe0aca166ada9a910
[INFO] running `Command { std: "docker" "start" "-a" "381945ac49a5a9abf3df6d1f6d3391aaa15349de2eb1989fe0aca166ada9a910", 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.9.6 (/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:237:19
[INFO] [stderr]     |
[INFO] [stderr] 237 |     /// 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:292:22
[INFO] [stderr]     |
[INFO] [stderr] 292 |     /// 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 10.17s
[INFO] running `Command { std: "docker" "inspect" "381945ac49a5a9abf3df6d1f6d3391aaa15349de2eb1989fe0aca166ada9a910", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "381945ac49a5a9abf3df6d1f6d3391aaa15349de2eb1989fe0aca166ada9a910", kill_on_drop: false }`
[INFO] [stdout] 381945ac49a5a9abf3df6d1f6d3391aaa15349de2eb1989fe0aca166ada9a910