Updated on 2023-12-22 GMT+08:00

GAUSS-04561 -- GAUSS-04570

GAUSS-04561: "unsupport to reallocate memory under stack memory allocator"

SQLSTATE: XX000

Description: The realloc function is not supported when the stack memory context is processed.

Solution: Contact technical support.

GAUSS-04562: "unsupport to get memory size under stack memory allocator"

SQLSTATE: XX000

Description: The GetChunkSpace function is not supported when the stack memory context is processed.

Solution: Contact technical support.

GAUSS-04563: "could not write to batchstore temporary file: %m"

SQLSTATE: XX000

Description: An error occurs when the temporary file is written.

Solution: Check whether the disk space is sufficient and whether the disk status is correct.

GAUSS-04564: "could not write to tuplestore temporary file: %m"

SQLSTATE: XX000

Description: An error occurs when the temporary file is written.

Solution: Check whether the disk space is sufficient and whether the disk status is correct.

GAUSS-04565: "unsupported to set memory_detail_tracking value under release version."

SQLSTATE: XX000

Description: The release is not supported.

Solution: Do not use this feature.

GAUSS-04566: "The statistics mode of relation(%s) does not match with current statistics mode(%s) specified by enable_global_stats."

SQLSTATE: XX000

Description: The current relation statistic information type is inconsistent with that of enable_global_stats of the guc parameter.

Solution:

  1. View the current relation statistic information type.
  2. View the enable_global_stats type of the guc parameter.
  3. Analyze the relation and execute the query in the guc parameter mode.

GAUSS-04567: "error type: %d of statistics estimate."

SQLSTATE: XX000

Description: Internal system error. The input parameter of the estimate type is incorrect when the statistic information is estimated.

Solution: Contact technical support.

GAUSS-04568: "pg_get_triggerdef is not yet supported."

SQLSTATE: 0A000

Description: The function interface is not supported.

Solution: The database does not support the function. Contact technical support.

GAUSS-04569: "specified timestamp format is null"

SQLSTATE: 22007

Description: The timestamp format does not support the function.

Solution: Use the timestamp format only for triggers and trigger functions.

GAUSS-04570: "specified smalldatetime format is null"

SQLSTATE: 22007

Description: The format of the imported smalldatetime is null.

Solution: Internal system error. Contact technical support.