GAUSS-02261 -- GAUSS-02270
GAUSS-02265: “BitmapOr doesn't support zero inputs”
SQLSTATE: XX000
Description: An internal system error occurs. The input of the BitmapOr operator is NULL.
Solution:Contact technical support.
GAUSS-02266: “could not identify CTID variable”
SQLSTATE: 42809
Description: The obtained variable is not the CTID variable.
Solution: View the execution plan and check whether the type returned by the expression is CTID. If not, contact technical support.
GAUSS-02268: “invalid operation on partition, allowed are UPDATE/DELETE/SELECT”
SQLSTATE: XX000
Description: Partitioned tables can be only deleted, queried, and modified.
Solution: Check whether the current operation performed for the partitioned table is correct.
Feedback