Skip to content

Problem building on i386 (assert) #440

@kworr

Description

@kworr

Hello. I'm not entirely sure whether this should actually work, so asking here:

error[E0080]: evaluation panicked: assertion failed: align_of::<PostgresPage<()>>() == pgrx::pg_sys::MAXIMUM_ALIGNOF as usize
  --> src/index/storage.rs:53:15
   |
53 | const _: () = assert!(align_of::<PostgresPage<()>>() == pgrx::pg_sys::MAXIMUM_ALIGNOF as usize);
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `index::storage::_` failed here

For more information about this error, try `rustc --explain E0080`.
error: could not compile `vchord` (lib) due to 1 previous error

Is i386 supported, or should I cross it out?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions