Updated on 2025-03-26 GMT+08:00

GAUSS-04391 -- GAUSS-04400

GAUSS-04391: "Failed to initialize 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 initialize 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: Set the set enable_codegen parameter to off to disable 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.