GAUSS-02931 -- GAUSS-02940
GAUSS-02931: "SPI_prepare returned %d for %s"
SQLSTATE: SP003
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02932: "SPI_execute_snapshot returned %d"
SQLSTATE: SP005
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02933: "function '%s' must be fired for INSERT"
SQLSTATE: 39P01
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02934: "function '%s' must be fired for UPDATE"
SQLSTATE: 39P01
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02935: "function '%s' must be fired for DELETE"
SQLSTATE: 39P01
Description: The function should be triggered when the deletion operation is performed, but actually it is not.
Solution: Check whether the trigger logic is normal.
GAUSS-02936: "no pg_constraint entry for trigger '%s' on table '%s'"
SQLSTATE: 42P17
Description: No corresponding constraint exists for the trigger on the table.
Solution: Delete the relevant trigger for integrity constraint and add a constraint.
GAUSS-02937: "wrong pg_constraint entry for trigger '%s' on table '%s'"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02938: "null confkey for constraint %u"
SQLSTATE: XX005
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02939: "confkey is not a 1-D smallint array"
SQLSTATE: 42804
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02940: "null conppeqop for constraint %u"
SQLSTATE: XX005
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.