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

Row-store

GS_101020000

errmsg:could not write block %u in file %s: wrote only %d of %d bytes.

errhint: Check free disk space.

level:ERROR

GS_101040040

errmsg:could not extend file %s: %m

errhint: Check free disk space.

level:ERROR

GS_101040041

errmsg:could not extend file %s: wrote only %d of %d bytes at block %u.

errhint: Check free disk space.

level:ERROR

GS_101120151

errmsg:data type %s has no default operator class for access method %s.

errhint: You must specify an operator class for the index or define a default operator class for the data type.

level:ERROR

GS_101120154

errmsg:Table with OID \%u\ doesn't exit.

errhint: Please don't drop table when the operation of REINDEX DATABASE is executed.

level:LOG

GS_101120203

errmsg:no collation was derived for column %s with collatable type %s.

errhint: Use the COLLATE clause to set the collation explicitly.

level:ERROR

GS_101120274

errmsg:invalid fork name.

errhint:alid fork names are \main\.

level:ERROR

GS_101130074

errmsg:column %s is of type %s but default expression is of type %s.

errhint: You will need to rewrite or cast the expression.

level:ERROR

GS_101130105

errmsg:Tuple does not match the descriptor.

errhint: The data received from the network is incorrect.

level:ERROR

GS_101140135

errmsg:partitioned table does not support global index.

errhint: please set behavior_compat_options = 'create_partition_local_index'to create local index by default.

level:ERROR

GS_101140224

errmsg:'could not stat file %s: %m'

errhint: I/O Error.

level:ERROR

GS_101140235

errmsg:cannot truncate a table referenced in a foreign key constraint.

errdetail: Table %s references %s.

errhint: Ensure that the current table to be truncated is not referenced by another table. If it is, delete both of them.

level:ERROR

GS_101180046

errmsg:type %s already exists.

errhint: A relation has an associated type of the same name.

level:ERROR

GS_101200911

errmsg:If we can not reuse the index.

errhint: Please reindex the index.

level:defence_errlevel()

GS_101200912

errmsg:could not determine which collation to use for index expression.

errhint: Use the COLLATE clause to set the collation explicitly.

level:ERROR

GS_101201807

errmsg:The 'DISTRIBUTE BY' clause is not specified. Using %s by default.

errhint: Please use 'DISTRIBUTE BY' clause to specify suitable data distribution column.

level:NOTICE