GAUSS-05851 -- GAUSS-05860
GAUSS-05851: "writes are only accepted in commit, begin and change callbacks"
SQLSTATE: LL001
Description: This function can be invoked only when the commit, begin, and change callbacks commands are decoded.
Solution: Contact technical support.
GAUSS-05852: "OutputPluginPrepareWrite needs to be called before OutputPluginWrite"
SQLSTATE: LL001
Description: The OutputPluginPrepareWrite function is not invoked before the OutputPluginWrite function is invoked.
Solution: Contact technical support.
GAUSS-05853: "output plugins have to declare the _PG_output_plugin_init symbol"
SQLSTATE: LL001
Description: The output plug-in is not initialized by invoking _PG_output_plugin_init.
Solution: Contact technical support.
GAUSS-05854: "output plugins have to register a begin callback"
SQLSTATE: LL001
Description: The output plug-in must register with begin callback.
Solution: Contact technical support.
GAUSS-05857:"find conflict linkpath '%s' in pg_tblspc, location '%s' "
SQLSTATE: 42809
Description: Directory conflicts occur in the new tablespace.
Solution: Ensure that the new tablespace has no existing directory.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.