Updated on 2024-03-15 GMT+08:00

GAUSS-04391 -- GAUSS-04400

GAUSS-04391: "Failed to initialze NativeTargetAsmPrinter for LLVM."

SQLSTATE: XX000

Description: Failed to initialize the ASM printer for LLVM when starting the database.

Solution: Restart the database.

GAUSS-04392: "Failed to initialze NativeTargetAsmParser for LLVM."

SQLSTATE: XX000

Description: Failed to initialize the ASM parser for LLVM when starting the database.

Solution: Restart the database.

GAUSS-04393: "Invalid type %d"

SQLSTATE: XX000

Description: The data type is invalid.

Solution: Use set enable_codegen = off to disable the LLVM optimization.

GAUSS-04400: "Include identical distribution column '%s'"

SQLSTATE: 42P16

Description: Two identical distribution columns are specified during table creation.

Solution: Modify the table creation statement.